Include @ in JS/TS word pattern (#148962)

Fixes #148874

`@` is used both for decorators and in imports
This commit is contained in:
Matt Bierner
2022-05-06 14:10:45 -07:00
committed by GitHub
parent 7da792ae7c
commit e6f42433cf
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
}
},
"wordPattern": {
"pattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>/\\?\\s]+)",
"pattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>/\\?\\s]+)",
},
"indentationRules": {
"decreaseIndentPattern": {