Skip to content

Commit

Permalink
Merge pull request #3 from pcbowers/fix-injection-scope
Browse files Browse the repository at this point in the history
fix: 🐛 Narrowed injection scope
  • Loading branch information
pcbowers committed Jun 15, 2022
2 parents b6ea47f + d3910b5 commit 18b517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/alpine-intellisense.injection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scopeName": "alpine-intellisense.injection",
"injectionSelector": ["L:text.html"],
"injectionSelector": ["L:meta.tag -meta.attribute"],
"patterns": [
{
"include": "#mark-as-js"
Expand Down

0 comments on commit 18b517c

Please sign in to comment.