mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Hello Code
This commit is contained in:
21
extensions/xml/xsl.configuration.json
Normal file
21
extensions/xml/xsl.configuration.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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: [['\'', '\''], ['"', '"'] ]
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user