nvim-treesitter/queries/hlsl/injections.scm

16 lines
372 B
Scheme
Raw Normal View History

((preproc_def
(preproc_arg) @injection.content)
(#lua-match? @injection.content "\n")
(#set! injection.language "hlsl"))
2022-06-15 01:15:25 +02:00
(preproc_function_def
(preproc_arg) @injection.content
(#set! injection.language "hlsl"))
(preproc_call
(preproc_arg) @injection.content
(#set! injection.language "hlsl"))
((comment) @injection.content
(#set! injection.language "comment"))