Add SugarSS support

master
Dan Michael O. Heggø 2020-05-10 13:13:50 +02:00
parent 0f9ce93857
commit eecb360654
No known key found for this signature in database
GPG Key ID: 2F52326989D8AB73
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 {