Skip to content

Commit 24ea055

Browse files
committed
fix(intelisense): fixed on-type intelisense
fix #94
1 parent c044c40 commit 24ea055

2 files changed

Lines changed: 360 additions & 357 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
"source.css.scss": "scss",
7070
"source.stylus": "stylus"
7171
},
72+
"tokenTypes": {
73+
"string.quoted.double.html": "other"
74+
},
7275
"injectTo": [
7376
"text.html",
7477
"template.ng"

0 commit comments

Comments
 (0)