mirror of https://github.com/helix-editor/helix
Julia queries: fix non-consecutive docstring highlight
parent
26b2f0a1b5
commit
facde9f18c
|
@ -1,18 +1,17 @@
|
||||||
(
|
(
|
||||||
(source_file
|
(source_file
|
||||||
(
|
(string_literal) @injection.content
|
||||||
(string_literal) @injection.content
|
.
|
||||||
[
|
[
|
||||||
(module_definition)
|
(module_definition)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
(macro_definition)
|
(macro_definition)
|
||||||
(primitive_definition)
|
(primitive_definition)
|
||||||
(abstract_definition)
|
(abstract_definition)
|
||||||
(struct_definition)
|
(struct_definition)
|
||||||
(assignment_expression)
|
(assignment_expression)
|
||||||
(const_statement)
|
(const_statement)
|
||||||
]
|
])
|
||||||
))
|
|
||||||
(#set! injection.language "markdown"))
|
(#set! injection.language "markdown"))
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue