mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 19:25:13 +00:00
Enable Kotlin syntax highlighting
This commit is contained in:
@ -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'
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user