mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 12:50:06 +08:00
11 lines
322 B
Scheme
11 lines
322 B
Scheme
|
((preproc_def (preproc_arg) @c)
|
||
|
(#lua-match? @c "\n"))
|
||
|
(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))
|