Skip to content

Commit

Permalink
fix(intelisense): fixed on-type intelisense
Browse files Browse the repository at this point in the history
fix #94
  • Loading branch information
ghaschel committed Feb 14, 2024
1 parent c044c40 commit 24ea055
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 357 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -69,6 +69,9 @@
"source.css.scss": "scss",
"source.stylus": "stylus"
},
"tokenTypes": {
"string.quoted.double.html": "other"
},
"injectTo": [
"text.html",
"template.ng"
Expand Down

0 comments on commit 24ea055

Please sign in to comment.