mirror of https://github.com/helix-editor/helix
Julia queries: limit markdown highlighting to docstrings
parent
f5c00b9bc9
commit
5806db1e5c
|
@ -1,5 +1,18 @@
|
||||||
(
|
(
|
||||||
(string_literal) @injection.content
|
(source_file
|
||||||
|
(
|
||||||
|
(string_literal) @injection.content
|
||||||
|
[
|
||||||
|
(module_definition)
|
||||||
|
(function_definition)
|
||||||
|
(macro_definition)
|
||||||
|
(primitive_definition)
|
||||||
|
(abstract_definition)
|
||||||
|
(struct_definition)
|
||||||
|
(assignment_expression)
|
||||||
|
(const_statement)
|
||||||
|
]
|
||||||
|
))
|
||||||
(#set! injection.language "markdown"))
|
(#set! injection.language "markdown"))
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue