Add ReScript support
parent
264cdc0c5e
commit
dcde392ba6
|
@ -39,6 +39,7 @@ export const DEFAULT_LANGUAGES = [
|
|||
'javascript',
|
||||
'javascriptreact',
|
||||
'reason',
|
||||
'rescript',
|
||||
'typescript',
|
||||
'typescriptreact',
|
||||
// mixed
|
||||
|
|
|
@ -6,6 +6,7 @@ export const JS_LANGUAGES = [
|
|||
'javascript',
|
||||
'javascriptreact',
|
||||
'reason',
|
||||
'rescript',
|
||||
'typescript',
|
||||
'typescriptreact',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue