diff --git a/vscode-ext/language-configuration.json b/vscode-ext/language-configuration.json index 46476b4..4cce5dd 100644 --- a/vscode-ext/language-configuration.json +++ b/vscode-ext/language-configuration.json @@ -1,6 +1,6 @@ { "comments": { - "lineComment": ";", + "lineComment": ";" }, "wordPattern": "[a-zA-Z][a-zA-Z0-9_]*", "indentationRules": { @@ -26,4 +26,4 @@ ["\"", "\""], ["'", "'"] ] -} \ No newline at end of file +}