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 31fe7ee commit c6afb72Copy full SHA for c6afb72
queries/julia/highlights.scm
@@ -67,7 +67,7 @@
67
(identifier)) @symbol
68
69
;; Parsing error! foo (::Type) gets parsed as two quote expressions
70
-(argument_list
+(argument_list
71
(quote_expression
72
73
(identifier) @type)))
@@ -123,7 +123,10 @@
123
124
(function_definition ["function" "end"] @keyword.function)
125
126
-(comment) @comment
+[
127
+ (comment)
128
+ (block_comment)
129
+] @comment
130
131
[
132
"const"
queries/julia/injections.scm
@@ -2,4 +2,7 @@
2
; ((triple_string) @markdown
3
; (#offset! @markdown 0 3 0 -3))
4
5
6
7
8
0 commit comments