We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60255f4 commit a34ebfcCopy full SHA for a34ebfc
1 file changed
gdscript-syntax.el
@@ -71,7 +71,7 @@
71
(1+ space)
72
(group (1+ (or word ?_))))
73
(1 font-lock-function-name-face))
74
- (,(regexp-opt gdscript-annotations 'non-nil)
+ (,(rx (group "@" (1+ (or word ?_))))
75
1
76
font-lock-preprocessor-face)
77
(,(rx symbol-start
0 commit comments