nvim-treesitter/queries/c
Jaehwang Jung 07a404570f fix(c): don't highlight preproc_arg
`preproc_arg` is used for the body of `#define` macro definition, which
is not appropriate to highlight with `@function.macro`. In addition,
this region has an injection to C, so it will get highlights anyway.
2024-03-27 14:48:11 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm fix(c): don't highlight preproc_arg 2024-03-27 14:48:11 +01:00
indents.scm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
injections.scm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
locals.scm chore: query formatting 2024-01-19 16:58:37 +01:00