Skip to content

Commit

Permalink
Remove / and \ from wordPattern (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhall authored May 30, 2024
1 parent 359e3a6 commit c854eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"end": "^\\s*# endregion"
}
},
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)",
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\?\\s]+)",
"indentationRules": {
"increaseIndentPattern": "{{?(def|def-env|else|extern|for|if|let|let-env|with-env)\\b.*}}?",
"decreaseIndentPattern": "{{?/(def|def-env|for|if)\\b}}?"
Expand Down

0 comments on commit c854eb1

Please sign in to comment.