Merge pull request #222 from dcalhoun/add-rescript-support

Add ReScript support
master
Brad Cornes 2020-12-10 14:14:09 +00:00 committed by GitHub
commit 763fc18300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export const DEFAULT_LANGUAGES = [
'javascript',
'javascriptreact',
'reason',
'rescript',
'typescript',
'typescriptreact',
// mixed

View File

@ -6,6 +6,7 @@ export const JS_LANGUAGES = [
'javascript',
'javascriptreact',
'reason',
'rescript',
'typescript',
'typescriptreact',
]