Merge pull request #116 from danmichaelo/patch-2

Add SugarSS support
master
Brad Cornes 2020-05-17 17:14:35 +01:00 committed by GitHub
commit eccee758a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {