25 lines
452 B
JSON
25 lines
452 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: [['\'', '\''], ['"', '"'] ]
|
|
}
|