Skip to content

Commit c9309df

Browse files
fix(ts-plugin): correct the language ID of the DTS virtual code (#213)
1 parent e1d4376 commit c9309df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ts-plugin/src/language-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function createCSSLanguagePlugin(
6161
);
6262
return {
6363
id: 'main',
64-
languageId: LANGUAGE_ID,
64+
languageId: 'typescript',
6565
snapshot: {
6666
getText: (start, end) => text.slice(start, end),
6767
getLength: () => text.length,

0 commit comments

Comments
 (0)