aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax/language-configuration.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:07:07 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:07:07 +0200
commit927c018f12e73c254cec32c0f60e1c01b9fc0319 (patch)
tree21fbb975e3567cb0d9ab3fb34519c50325571d6c /atk16-syntax/language-configuration.json
parenta0b4a1a6107e4dc905b21858d8ac76c47293cfb4 (diff)
Refactor names
Diffstat (limited to 'atk16-syntax/language-configuration.json')
-rw-r--r--atk16-syntax/language-configuration.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/atk16-syntax/language-configuration.json b/atk16-syntax/language-configuration.json
deleted file mode 100644
index c186b1b..0000000
--- a/atk16-syntax/language-configuration.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "comments": {
- "lineComment": ";"
- },
- "brackets": [
- [
- "{",
- "}"
- ],
- [
- "[",
- "]"
- ],
- [
- "(",
- ")"
- ]
- ],
- "autoClosingPairs": [
- [
- "{",
- "}"
- ],
- [
- "[",
- "]"
- ],
- [
- "(",
- ")"
- ],
- [
- "\"",
- "\""
- ],
- [
- "'",
- "'"
- ]
- ]
-} \ No newline at end of file