Skip to content

Commit 520660d

Browse files
committed
patch extension
1 parent 76badf2 commit 520660d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/core/src/codewhisperer/util/runtimeLanguageContext.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ export class RuntimeLanguageContext {
122122
ts: 'typescript',
123123
yaml: 'yaml',
124124
yml: 'yaml',
125+
sv: 'systemVerilog',
126+
svh: 'systemVerilog',
127+
vh: 'systemVerilog',
128+
dart: 'dart',
129+
lua: 'lua',
130+
wlua: 'lua',
131+
swift: 'swift',
132+
vue: 'vue',
133+
ps1: 'powershell',
134+
psm1: 'powershell',
135+
r: 'r',
125136
})
126137
}
127138

0 commit comments

Comments
 (0)