File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ repository = "https://github.com/tree-sitter-grammars/tree-sitter-lua"
2222commit = " d76023017f7485eae629cb60d406c7a1ca0f40c9"
2323[grammars .emmyluadoc ]
2424repository = " https://github.com/EmmyLuaLs/tree-sitter-emmyluadoc"
25- commit = " c35e457114a391bff05c65e893d4ee95d7d36835 "
25+ commit = " ea755c0fd34c07e16597bd62a404d6eba2a3891e "
Original file line number Diff line number Diff line change 2626"@attribute " @keyword
2727"@as " @keyword
2828
29+ ; Other/unknown annotations
30+ (tag_name) @keyword
31+
2932; Special annotation nodes
3033(deprecated_annotation) @keyword
3134(private_annotation) @keyword
148151; Description
149152(description) @comment
150153
154+ ; Other annotation description (highlight differently for visibility)
155+ (other_annotation
156+ description: (description) @string.documentation )
157+
151158; Continuation description
152159(continuation_description) @comment
153160
You can’t perform that action at this time.
0 commit comments