You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
(
|
|
|
|
(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"))
|
|
|
|
|
|
|
|
(
|
|
|
|
[
|
|
|
|
(line_comment)
|
|
|
|
(block_comment)
|
|
|
|
] @injection.content
|
|
|
|
(#set! injection.language "comment"))
|
|
|
|
|
|
|
|
(
|
|
|
|
(prefixed_string_literal
|
|
|
|
prefix: (identifier) @function.macro) @injection.content
|
|
|
|
(#eq? @function.macro "re")
|
|
|
|
(#set! injection.language "regex"))
|
|
|
|
|
|
|
|
(
|
|
|
|
(prefixed_string_literal
|
|
|
|
prefix: (identifier) @function.macro) @injection.content
|
|
|
|
(#eq? @function.macro "md")
|
|
|
|
(#set! injection.language "markdown"))
|