diff options
Diffstat (limited to 'atk16-syntax/language-configuration.json')
| -rw-r--r-- | atk16-syntax/language-configuration.json | 41 |
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 |
