nvim-treesitter/queries/glsl/injections.scm

16 lines
373 B
Scheme
Raw Normal View History

((preproc_def
(preproc_arg) @injection.content)
(#lua-match? @injection.content "\n")
(#set! injection.language "glsl"))
2021-09-11 17:26:06 +02:00
(preproc_function_def
(preproc_arg) @injection.content
(#set! injection.language "glsl"))
(preproc_call
(preproc_arg) @injection.content
(#set! injection.language "glsl"))
((comment) @injection.content
(#set! injection.language "comment"))