nvim-treesitter/queries/arduino/injections.scm

16 lines
382 B
Scheme
Raw Normal View History

((preproc_def
(preproc_arg) @injection.content)
(#lua-match? @injection.content "\n")
(#set! injection.language "arduino"))
2022-10-26 12:58:34 +03:00
(preproc_function_def
(preproc_arg) @injection.content
(#set! injection.language "arduino"))
(preproc_call
(preproc_arg) @injection.content
(#set! injection.language "arduino"))
((comment) @injection.content
(#set! injection.language "comment"))