mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
json: use default word pattern (#151754)
This commit is contained in:
committed by
GitHub
parent
53130238b4
commit
375681e51e
@@ -15,7 +15,6 @@
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] },
|
||||
{ "open": "`", "close": "`", "notIn": ["string", "comment"] }
|
||||
],
|
||||
"wordPattern": "(\"(?:[^\\\\\\\"]*(?:\\\\.)?)*\"?)|[^\\s{}\\[\\],:]+",
|
||||
"indentationRules": {
|
||||
"increaseIndentPattern": "({+(?=([^\"]*\"[^\"]*\")*[^\"}]*$))|(\\[+(?=([^\"]*\"[^\"]*\")*[^\"\\]]*$))",
|
||||
"decreaseIndentPattern": "^\\s*[}\\]],?\\s*$"
|
||||
|
||||
Reference in New Issue
Block a user