Skip to content

Commit c854eb1

Browse files
authored
Remove / and \ from wordPattern (#186)
1 parent 359e3a6 commit c854eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"end": "^\\s*# endregion"
4242
}
4343
},
44-
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)",
44+
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\?\\s]+)",
4545
"indentationRules": {
4646
"increaseIndentPattern": "{{?(def|def-env|else|extern|for|if|let|let-env|with-env)\\b.*}}?",
4747
"decreaseIndentPattern": "{{?/(def|def-env|for|if)\\b}}?"

0 commit comments

Comments
 (0)