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.
2 parents 3cc8362 + 3aa9055 commit 635fd2bCopy full SHA for 635fd2b
languages/julia/outline.scm
@@ -87,3 +87,19 @@
87
(_) @name
88
(operator)
89
(_))) @item
90
+
91
+; Test sets - show test organization in outline
92
+(macrocall_expression
93
+ (macro_identifier "@" (identifier) @_macro)
94
+ (#eq? @_macro "testset")) @name @item
95
96
+; ; Individual tests - show full @test expression
97
+; (macrocall_expression
98
+; (macro_identifier "@" (identifier) @_macro)
99
+; (#eq? @_macro "test")) @name @item
100
101
+; Include statements - useful for navigating file structure
102
+(call_expression
103
+ (identifier) @_call @context
104
+ (argument_list) @name
105
+ (#eq? @_call "include")) @item
0 commit comments