mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 10:41: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',
|
css: 'css',
|
||||||
less: 'less',
|
less: 'less',
|
||||||
scss: 'scss',
|
scss: 'scss',
|
||||||
sh: 'shell'
|
sh: 'shell',
|
||||||
|
kt: 'kotlin',
|
||||||
|
kts: 'kotlin'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user