Merge branch 'next' of github.com:bradlc/vscode-tailwindcss into next

master
Brad Cornes 2020-05-17 17:24:00 +01:00
commit d6b5a897ac
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export const DEFAULT_LANGUAGES = [
'sass', 'sass',
'scss', 'scss',
'stylus', 'stylus',
'sugarss',
// js // js
'javascript', 'javascript',
'javascriptreact', 'javascriptreact',

View File

@ -9,6 +9,7 @@ export const CSS_LANGUAGES = [
'sass', 'sass',
'scss', 'scss',
'stylus', 'stylus',
'sugarss',
] ]
function isCssDoc(state: State, doc: TextDocument): boolean { function isCssDoc(state: State, doc: TextDocument): boolean {