Skip to content

Commit 869029b

Browse files
committed
feat: XML syntax highlighting for .qhelp files
1 parent b3ad1d6 commit 869029b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
".dbscheme"
7878
],
7979
"configuration": "./language-configuration.json"
80+
},
81+
{
82+
"id": "xml",
83+
"aliases": [
84+
"qhelp"
85+
],
86+
"extensions": [
87+
".qhelp"
88+
]
8089
}
8190
],
8291
"grammars": [

0 commit comments

Comments
 (0)