mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
White brackets in tsx/jsx tags
This commit is contained in:
@@ -141,7 +141,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "meta.tag",
|
||||
"name": "brackets of XML tags",
|
||||
"scope": ["meta.tag", "punctuation.tag.js", "punctuation.tag.tsx"],
|
||||
"settings": {
|
||||
"foreground": "#808080"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user