Support reasonml (#25)

master
nhducit 2019-05-13 02:08:16 +07:00 committed by Brad Cornes
parent d0127c15eb
commit 14d179864c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const Color = require('color')
const CONFIG_GLOB =
'**/{tailwind,tailwind.config,tailwind-config,.tailwindrc}.js'
const JS_TYPES = ['typescriptreact', 'javascript', 'javascriptreact']
const JS_TYPES = ['typescriptreact', 'javascript', 'javascriptreact', 'reason']
const HTML_TYPES = [
'html',
'jade',