We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bdfa0 commit ecaade0Copy full SHA for ecaade0
src/parse-engines/types/css-parse-engine.ts
@@ -5,7 +5,7 @@ import IParseEngine from "../common/parse-engine";
5
import ISimpleTextDocument from "../common/simple-text-document";
6
7
class CssParseEngine implements IParseEngine {
8
- public languageId = "css";
+ public languageId = "css,less";
9
public extension = "css";
10
11
public async parse(textDocument: ISimpleTextDocument): Promise<CssClassDefinition[]> {
0 commit comments