mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +00:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "",
|
|
"blockComment": ["<!--", "-->"]
|
|
},
|
|
"brackets": [
|
|
["<", ">"]
|
|
]
|
|
|
|
// enhancedBrackets: [{
|
|
// tokenType: 'tag.tag-$1.xml',
|
|
// openTrigger: '>',
|
|
// open: /<(\w[\w\d]*)([^\/>]*(?!\/)>)[^<>]*$/i,
|
|
// closeComplete: '</$1>',
|
|
// closeTrigger: '>',
|
|
// close: /<\/(\w[\w\d]*)\s*>$/i
|
|
// }],
|
|
|
|
// autoClosingPairs: [['\'', '\''], ['"', '"'] ]
|
|
}
|