aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax-highlighting/language-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'atk16-syntax-highlighting/language-configuration.json')
-rw-r--r--atk16-syntax-highlighting/language-configuration.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/atk16-syntax-highlighting/language-configuration.json b/atk16-syntax-highlighting/language-configuration.json
new file mode 100644
index 0000000..c186b1b
--- /dev/null
+++ b/atk16-syntax-highlighting/language-configuration.json
@@ -0,0 +1,41 @@
+{
+ "comments": {
+ "lineComment": ";"
+ },
+ "brackets": [
+ [
+ "{",
+ "}"
+ ],
+ [
+ "[",
+ "]"
+ ],
+ [
+ "(",
+ ")"
+ ]
+ ],
+ "autoClosingPairs": [
+ [
+ "{",
+ "}"
+ ],
+ [
+ "[",
+ "]"
+ ],
+ [
+ "(",
+ ")"
+ ],
+ [
+ "\"",
+ "\""
+ ],
+ [
+ "'",
+ "'"
+ ]
+ ]
+} \ No newline at end of file