Skip to content

Commit

Permalink
Fix failing grammar test
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Apr 13, 2019
1 parent 8a8db75 commit 6d9fe80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syntaxes/pug/interpolations.YAML
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [PackageDev] target_format: plist, ext: tmLanguage
scopeName: vue.pug.interpolations
injectionSelector: "L:source.vue.pug"
injectionSelector: "L:text.pug"
patterns:
- include: source.vue#vue-interpolations
2 changes: 1 addition & 1 deletion syntaxes/pug/interpolations.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scopeName": "vue.pug.interpolations",
"injectionSelector": "L:source.vue.pug",
"injectionSelector": "L:text.pug",
"patterns": [
{
"include": "source.vue#vue-interpolations"
Expand Down

0 comments on commit 6d9fe80

Please sign in to comment.