diff --git a/package.json b/package.json index 7d493be..578de03 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/syntaxes/gw.tmGrammar.json b/syntaxes/gw.tmGrammar.json index 2aaaeda..7fbe58f 100644 --- a/syntaxes/gw.tmGrammar.json +++ b/syntaxes/gw.tmGrammar.json @@ -21,7 +21,7 @@ "name": "keyword.control.import.gwion" } }, - "end": "\\n", + "end": "[ \t]*", "name": "keyword.control.import.gwion" }, { @@ -30,8 +30,8 @@ "0": { "name": "punctuation.definition.comment.gwion" } - }, - "end": "\\n", + }, + "end": "[ \t]*", "name": "comment.line.double-slash.gwion" } ]