mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "",
|
|
"blockComment": ["<!--", "-->"]
|
|
},
|
|
"brackets": [
|
|
["<!--", "-->"],
|
|
["<", ">"],
|
|
["{", "}"],
|
|
["(", ")"],
|
|
["[", "]"]
|
|
],
|
|
"wordPattern": {
|
|
"pattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)"
|
|
}
|
|
|
|
// enhancedBrackets: [{
|
|
// tokenType: 'tag.tag-$1.xml',
|
|
// openTrigger: '>',
|
|
// open: /<(\w[\w\d]*)([^\/>]*(?!\/)>)[^<>]*$/i,
|
|
// closeComplete: '</$1>',
|
|
// closeTrigger: '>',
|
|
// close: /<\/(\w[\w\d]*)\s*>$/i
|
|
// }],
|
|
|
|
// autoClosingPairs: [['\'', '\''], ['"', '"'] ]
|
|
}
|