Skip to content

Commit 14d1798

Browse files
nhducitbradlc
authored andcommitted
Support reasonml (#25)
1 parent d0127c1 commit 14d1798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Color = require('color')
99

1010
const CONFIG_GLOB =
1111
'**/{tailwind,tailwind.config,tailwind-config,.tailwindrc}.js'
12-
const JS_TYPES = ['typescriptreact', 'javascript', 'javascriptreact']
12+
const JS_TYPES = ['typescriptreact', 'javascript', 'javascriptreact', 'reason']
1313
const HTML_TYPES = [
1414
'html',
1515
'jade',

0 commit comments

Comments
 (0)