Add support for bash syntax highlighting

This commit is contained in:
Kristóf Tóth 2019-09-15 17:13:36 -07:00
parent f8e9586be3
commit 5e85869494
1 changed files with 2 additions and 1 deletions

View File

@ -29,5 +29,6 @@ export const LanguageMap: { [extension: string]: string; } = {
yml: 'yaml',
css: 'css',
less: 'less',
scss: 'scss'
scss: 'scss',
sh: 'shell'
};