mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:52:56 +00:00 
			
		
		
		
	Add support for bash syntax highlighting
This commit is contained in:
		@@ -29,5 +29,6 @@ export const LanguageMap: { [extension: string]: string; } = {
 | 
				
			|||||||
    yml: 'yaml',
 | 
					    yml: 'yaml',
 | 
				
			||||||
    css: 'css',
 | 
					    css: 'css',
 | 
				
			||||||
    less: 'less',
 | 
					    less: 'less',
 | 
				
			||||||
    scss: 'scss'
 | 
					    scss: 'scss',
 | 
				
			||||||
 | 
					    sh: 'shell'
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user