Julia queries: limit markdown highlighting to docstrings
This commit is contained in:
parent
f5c00b9bc9
commit
5806db1e5c
1 changed files with 14 additions and 1 deletions
|
@ -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"))
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue