Skip to content

Commit

Permalink
fix imports highligting
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 17, 2024
1 parent 954b690 commit bb2914b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A VS Code Gwion plugin that runs gwiond.",
"author": "the Gwion team",
"license": "MIT",
"version": "1.1.3",
"version": "1.1.4",
"icon": "Gwion.png",

"repository": {
Expand Down
6 changes: 3 additions & 3 deletions syntaxes/gw.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "keyword.control.import.gwion"
}
},
"end": "\\n",
"end": "[ \t]*",
"name": "keyword.control.import.gwion"
},
{
Expand All @@ -30,8 +30,8 @@
"0": {
"name": "punctuation.definition.comment.gwion"
}
},
"end": "\\n",
},
"end": "[ \t]*",
"name": "comment.line.double-slash.gwion"
}
]
Expand Down

0 comments on commit bb2914b

Please sign in to comment.