forked from Mirrors/helix
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.
17 lines
403 B
Scheme
17 lines
403 B
Scheme
2 years ago
|
((comment) @injection.content
|
||
|
(#set! injection.language "comment"))
|
||
|
|
||
|
([
|
||
|
(empty_statement)
|
||
|
(expression_statement)
|
||
|
(function_declaration)
|
||
|
(generator_function_declaration)
|
||
|
(statement_block)
|
||
|
(switch_statement)
|
||
|
(try_statement)
|
||
|
(variable_declaration)
|
||
|
(with_statement)
|
||
|
] @injection.content
|
||
|
(#set! injection.include-children)
|
||
|
(#set! injection.language "javascript"))
|