Exclude @ from word pattern in js/ts (#165764)

Fixes #162862

#148874 Still seems to be working too after this change
This commit is contained in:
Matt Bierner
2022-11-07 15:53:11 -08:00
committed by GitHub
parent 8642c74477
commit 46caa3b490
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": {