Skip to content

Commit 57ce807

Browse files
committed
patch language configiration not added correctly aws#5663
1 parent 3b20744 commit 57ce807

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ const runtimeLanguageSet: ReadonlySet<RuntimeLanguage> = new Set([
2121
'kotlin',
2222
'php',
2323
'python',
24+
'r',
25+
'dart',
2426
'ruby',
2527
'rust',
2628
'scala',
2729
'shell',
2830
'sql',
31+
'swift',
32+
'lua',
33+
'vue',
2934
'typescript',
3035
'json',
3136
'yaml',

0 commit comments

Comments
 (0)