Skip to content

Commit f2c1a37

Browse files
authored
feat: add sql to supported languages (#113)
add sql to supported languages
1 parent ad42a69 commit f2c1a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const SUPPORTED_LANGUAGES: CodeInputLanguage[] = [
2121
{title: 'SASS', value: 'sass'},
2222
{title: 'SCSS', value: 'scss'},
2323
{title: 'sh', value: 'sh'},
24+
{title: 'SQL', value: 'sql'},
2425
{title: 'TSX', value: 'tsx'},
2526
{title: 'TypeScript', value: 'typescript'},
2627
{title: 'XML', value: 'xml'},

0 commit comments

Comments
 (0)