Files
neovim/runtime/queries/c/injections.scm
Christian Clason 2a298f2e48 fix(treesitter): update queries from nvim-treesitter
remove self-injection for C preprocessor macros (can be very slow)
2023-04-01 12:19:15 +02:00

6 lines
145 B
Scheme

; ((preproc_arg) @injection.content
; (#set! injection.language "c"))
; ((comment) @injection.content
; (#set! injection.language "comment"))