Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit acb7833

Browse files
committed
Add highlighting tag for TextBlock nodes
1 parent 3ef0438 commit acb7833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const javaLanguage = LRLanguage.define({
3737
"strictfp synchronized native transient volatile throws"]: t.modifier,
3838
IntegerLiteral: t.integer,
3939
FloatLiteral: t.float,
40-
StringLiteral: t.string,
40+
"StringLiteral TextBlock": t.string,
4141
CharacterLiteral: t.character,
4242
LineComment: t.lineComment,
4343
BlockComment: t.blockComment,

0 commit comments

Comments
 (0)