mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Enable Kotlin syntax highlighting
This commit is contained in:
		@@ -30,5 +30,7 @@ export const LanguageMap: { [extension: string]: string; } = {
 | 
			
		||||
    css: 'css',
 | 
			
		||||
    less: 'less',
 | 
			
		||||
    scss: 'scss',
 | 
			
		||||
    sh: 'shell'
 | 
			
		||||
    sh: 'shell',
 | 
			
		||||
    kt: 'kotlin',
 | 
			
		||||
    kts: 'kotlin'
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user