Skip to content

Commit

Permalink
feat: configure wordPattern to improve word highlighting and autocomp…
Browse files Browse the repository at this point in the history
…lete suggestions
  • Loading branch information
badeend committed Sep 3, 2023
1 parent 7bb2014 commit 7e887c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
"start": "^\\s*// region:\\b",
"end": "^\\s*// endregion\\b"
}
}
}
},
"wordPattern": "((?<![\\-\\w])([a-z][0-9a-z]*|[A-Z][0-9A-Z]*)(([\\-])([a-z][0-9a-z]*|[A-Z][0-9A-Z]*))*)"
}

0 comments on commit 7e887c6

Please sign in to comment.