diff options
Diffstat (limited to 'editors/vscode/language-configuration.json')
| -rw-r--r-- | editors/vscode/language-configuration.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/vscode/language-configuration.json b/editors/vscode/language-configuration.json new file mode 100644 index 0000000..e7a0d58 --- /dev/null +++ b/editors/vscode/language-configuration.json @@ -0,0 +1,8 @@ +{ + "comments": { + "lineComment": "#" + }, + "brackets": [], + "autoClosingPairs": [], + "surroundingPairs": [] +} |
