1
0
mirror of https://github.com/avatao-content/frontend-tutorial-framework synced 2025-04-05 02:42:40 +00:00

Enable Kotlin syntax highlighting

This commit is contained in:
R. Richard 2020-03-31 14:42:11 +02:00
parent f2720c218b
commit 68f9a2c57d

@ -30,5 +30,7 @@ export const LanguageMap: { [extension: string]: string; } = {
css: 'css',
less: 'less',
scss: 'scss',
sh: 'shell'
sh: 'shell',
kt: 'kotlin',
kts: 'kotlin'
};