Skip to content

Commit a08d9e2

Browse files
author
Aasim Khan
committed
including @ in selection
1 parent 6ccde63 commit a08d9e2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,11 @@
360360
"path": "./snippets/mssql.json"
361361
}
362362
],
363+
"configurationDefaults": {
364+
"[sql]": {
365+
"editor.wordSeparators": "~!#$%^&*()-=+[{]}\\|;:'\",.<>/?"
366+
}
367+
},
363368
"submenus": [
364369
{
365370
"id": "mssql.copilot.editorSubmenu",

syntaxes/sql.configuration.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"lineComment": "--",
55
"blockComment": ["/*", "*/"]
66
},
7+
"wordPattern": {
8+
"pattern": "(-?\\d*\\.\\d\\w*)|([^-`~!#$%^&*()=+\\[\\]{}\\\\|;:'\\\",.<>/?\\s]+)"
9+
},
710
"brackets": [
811
["{", "}"],
912
["[", "]"],

0 commit comments

Comments
 (0)