Skip to content

Commit ecaade0

Browse files
support less
1 parent f6bdfa0 commit ecaade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse-engines/types/css-parse-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import IParseEngine from "../common/parse-engine";
55
import ISimpleTextDocument from "../common/simple-text-document";
66

77
class CssParseEngine implements IParseEngine {
8-
public languageId = "css";
8+
public languageId = "css,less";
99
public extension = "css";
1010

1111
public async parse(textDocument: ISimpleTextDocument): Promise<CssClassDefinition[]> {

0 commit comments

Comments
 (0)