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