Skip to content

Commit

Permalink
Highlight list brackets correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped authored Sep 18, 2024
1 parent 36da7ba commit 374f73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/scripts/languages/vyxal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const vyxalLanguage = LRLanguage.define({
SyntaxTrigraph: tags.operator,
StructureOpen: tags.bracket,
StructureClose: tags.bracket,
ListStuff: tags.bracket,
Modifier: tags.moduleKeyword,
VariableThing: tags.variableName,
String: tags.string,
Expand Down

0 comments on commit 374f73b

Please sign in to comment.