mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 08:31:21 +00:00
Enable Kotlin syntax highlighting
This commit is contained in:
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'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user