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