Skip to content

Commit e70916a

Browse files
authored
Fix bash highlighting (#7204)
Fix #253413 Forgot this language when registering them
1 parent 3b5f93b commit e70916a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webviews/sessionLogView/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export function App() {
9595

9696
async function registerMonacoTheme(themeData: any) {
9797
const langs = [
98+
'bash',
9899
'css',
99100
'html',
100101
'ini',

0 commit comments

Comments
 (0)