diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-11 14:41:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-11 14:41:59 +0300 |
| commit | e240ef3e9a2854cfe390b47fb0b3d519c095193b (patch) | |
| tree | 7c479f3f2785f950a70a8f82080d08aa3264b7c5 /atk16-syntax-highlighting/language-configuration.json | |
| parent | dd3c90011ab33717e4c4175cd6804ae86582135f (diff) | |
Add syntax highlighting package
Diffstat (limited to 'atk16-syntax-highlighting/language-configuration.json')
| -rw-r--r-- | atk16-syntax-highlighting/language-configuration.json | 41 |
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 |
