We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad42a69 commit f2c1a37Copy full SHA for f2c1a37
src/config.ts
@@ -21,6 +21,7 @@ export const SUPPORTED_LANGUAGES: CodeInputLanguage[] = [
21
{title: 'SASS', value: 'sass'},
22
{title: 'SCSS', value: 'scss'},
23
{title: 'sh', value: 'sh'},
24
+ {title: 'SQL', value: 'sql'},
25
{title: 'TSX', value: 'tsx'},
26
{title: 'TypeScript', value: 'typescript'},
27
{title: 'XML', value: 'xml'},
0 commit comments