Skip to content

Commit abe292f

Browse files
committed
Correction to GDScript annotation highlights
Decorators don't exist, but annotations use their style
1 parent 3381706 commit abe292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/filedefs/filetypes.gdscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ identifier=identifier_1
1616
commentblock=comment
1717
stringeol=string_eol
1818
word2=keyword_2
19-
decorator=decorator
19+
annotation=decorator
2020

2121
[keywords]
2222
# all items must be in one line

0 commit comments

Comments
 (0)