summaryrefslogtreecommitdiff
path: root/editors/vscode/language-configuration.json
diff options
context:
space:
mode:
authorallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
committerallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
commit887875959aa84af92291db334898aaa20956e632 (patch)
tree62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /editors/vscode/language-configuration.json
Diffstat (limited to 'editors/vscode/language-configuration.json')
-rw-r--r--editors/vscode/language-configuration.json8
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": []
+}