We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad35571 commit b353dc7Copy full SHA for b353dc7
language-configuration.json
@@ -34,5 +34,5 @@
34
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
35
"decreaseIndentPattern": "^\\s+\\}$"
36
},
37
- "wordPattern": "(\"(?:[^\\\\\"]*(?:\\\\.)?)*\"?)|[^\\s{}\\[\\],:]+"
+ "wordPattern": "(^.?[^\\s]+)+|([^\\s\n={[][\\w\\-\\.\/$%&*:\"']+)"
38
}
0 commit comments