We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9ce93 commit eecb360Copy full SHA for eecb360
src/lib/languages.ts
@@ -31,6 +31,7 @@ export const DEFAULT_LANGUAGES = [
31
'sass',
32
'scss',
33
'stylus',
34
+ 'sugarss',
35
// js
36
'javascript',
37
'javascriptreact',
src/lsp/util/css.ts
@@ -9,6 +9,7 @@ export const CSS_LANGUAGES = [
9
10
11
12
13
]
14
15
function isCssDoc(state: State, doc: TextDocument): boolean {
0 commit comments