nvim-treesitter/queries/hyprlang/injections.scm

22 lines
381 B
Scheme
Raw Normal View History

2024-06-07 21:33:49 -07:00
((comment) @injection.content
(#set! injection.language "comment"))
2024-03-16 16:26:52 +03:00
(exec
(string) @injection.content
(#set! injection.language "bash"))
((keyword
(name) @_bind
(params
.
(_)
.
(_)
.
(string) @_exec
.
(string) @injection.content))
(#lua-match? @_bind "^bind")
(#lua-match? @_exec "^%s*exec%s*$")
(#set! injection.language "bash"))