Skip to content

Commit eecb360

Browse files
committed
Add SugarSS support
1 parent 0f9ce93 commit eecb360

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/languages.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const DEFAULT_LANGUAGES = [
3131
'sass',
3232
'scss',
3333
'stylus',
34+
'sugarss',
3435
// js
3536
'javascript',
3637
'javascriptreact',

src/lsp/util/css.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const CSS_LANGUAGES = [
99
'sass',
1010
'scss',
1111
'stylus',
12+
'sugarss',
1213
]
1314

1415
function isCssDoc(state: State, doc: TextDocument): boolean {

0 commit comments

Comments
 (0)