aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax-highlighting/language-configuration.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-11 14:41:59 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-11 14:41:59 +0300
commite240ef3e9a2854cfe390b47fb0b3d519c095193b (patch)
tree7c479f3f2785f950a70a8f82080d08aa3264b7c5 /atk16-syntax-highlighting/language-configuration.json
parentdd3c90011ab33717e4c4175cd6804ae86582135f (diff)
Add syntax highlighting package
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