Skip to content

Commit ac5f446

Browse files
committed
refactor(language-core): remove semantic highlight of style module names
1 parent 3ed4265 commit ac5f446

File tree

1 file changed

+1
-1
lines changed
  • packages/language-core/lib/codegen/style

1 file changed

+1
-1
lines changed

packages/language-core/lib/codegen/style/modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function* generateStyleModules(
2424
text,
2525
'main',
2626
offset,
27-
codeFeatures.all
27+
codeFeatures.withoutHighlight
2828
];
2929
}
3030
yield `: Record<string, string> & ${ctx.localTypes.PrettifyLocal}<{}`;

0 commit comments

Comments
 (0)