mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
11 lines
300 B
Scheme
11 lines
300 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(command
|
|
name: (command_name (word) @_command)
|
|
argument: (raw_string) @injection.content
|
|
(#match? @_command "^[gnm]?awk$")
|
|
(#set! injection.language "awk"))
|
|
|
|
((regex) @injection.content
|
|
(#set! injection.language "regex"))
|