We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wordPattern
1 parent e017af7 commit 50de015Copy full SHA for 50de015
language-configurations/regex.language-configuration.json
@@ -45,5 +45,5 @@
45
["(", ")"],
46
["[", "]"]
47
],
48
- "wordPattern": "(?<=(?<!\\\\)(\\\\{4})*)(\\\\u[0-9a-fA-F]{,4}|\\\\[bfnrt/\\\\\"]|\\\\{4}|\\\\{2}[^\\\\\"])|(?<=\\\\{2}[kg]|\\(\\?)[<'][a-zA-Z_]\\w*[+-]?\\w*['>]?|(?<=\\\\[pP]{\\^?)[a-zA-Z _-][\\w _-]*(?=})|(?<=\\[:\\^?)[a-zA-Z]\\w*(?=:])"
+ "wordPattern": "(?<=(?<!\\\\)(\\\\{4})*)(\\\\{4}|\\\\{2}[^\\\\\"]|\\\\u[0-9a-fA-F]{4}|\\\\[bfnrt/\\\\\"])|(?<=\\\\{2}[kg]|\\(\\?\\()[<']\\w+[+-]?\\d*['>]?|(?<=\\\\[pP]{\\^?)[a-zA-Z _-][\\w _-]*(?=})|(?<=\\[:\\^?)[a-zA-Z]\\w*(?=:])"
49
}
0 commit comments