mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
8 lines
265 B
Scheme
8 lines
265 B
Scheme
(preproc_function_def (preproc_arg) @c)
|
|
(preproc_call (preproc_arg) @c)
|
|
|
|
(comment) @comment
|
|
|
|
; TODO: add when asm is added
|
|
; (gnu_asm_expression assembly_code: (string_literal) @asm)
|
|
; (gnu_asm_expression assembly_code: (concatenated_string (string_literal) @asm))
|