Julia queries: fix non-consecutive docstring highlight
This commit is contained in:
parent
26b2f0a1b5
commit
facde9f18c
1 changed files with 12 additions and 13 deletions
|
@ -1,18 +1,17 @@
|
|||
(
|
||||
(source_file
|
||||
(
|
||||
(string_literal) @injection.content
|
||||
[
|
||||
(module_definition)
|
||||
(function_definition)
|
||||
(macro_definition)
|
||||
(primitive_definition)
|
||||
(abstract_definition)
|
||||
(struct_definition)
|
||||
(assignment_expression)
|
||||
(const_statement)
|
||||
]
|
||||
))
|
||||
(string_literal) @injection.content
|
||||
.
|
||||
[
|
||||
(module_definition)
|
||||
(function_definition)
|
||||
(macro_definition)
|
||||
(primitive_definition)
|
||||
(abstract_definition)
|
||||
(struct_definition)
|
||||
(assignment_expression)
|
||||
(const_statement)
|
||||
])
|
||||
(#set! injection.language "markdown"))
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue