index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
queries
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Remove all `(ERROR) @error` captures
Pham Huy Hoang
2023-10-25
1
-2
/
+0
*
fix(c): add missing folds
Amaan Qureshi
2023-10-04
1
-0
/
+2
*
feat: add Doxygen
Amaan Qureshi
2023-08-26
1
-1
/
+5
*
feat: add re2c
Amaan Qureshi
2023-08-24
1
-0
/
+4
*
chore(c-family): inject all preproc args again
Amaan Qureshi
2023-08-13
1
-11
/
+1
*
feat(c): mention how to highlight K&R functions
Amaan Qureshi
2023-08-13
1
-0
/
+23
*
chore(injections)!: update injection syntax to 0.9
Pham Huy Hoang
2023-08-12
1
-7
/
+18
*
fix(c-family): inject into preproc args in preproc defs when it spans multipl...
Amaan Qureshi
2023-08-11
1
-0
/
+2
*
feat(c): update highlights
Amaan Qureshi
2023-08-11
1
-3
/
+40
*
chore: update C, improve preproc_arg highlights
Amaan Qureshi
2023-07-27
1
-0
/
+8
*
fix(c): only inject in preproc function calls/definitions
Amaan Qureshi
2023-07-27
1
-1
/
+2
*
fix(c)!: update C, CPP parsers and queries
Amaan Qureshi
2023-07-27
4
-82
/
+58
*
lint(locals): use `#set!` to keep query linter happy
Christian Clason
2023-06-22
1
-2
/
+2
*
fix(highlights): lower priority for codeblocks with injections (#4905)
Christian Clason
2023-06-05
1
-4
/
+2
*
fix(c): types are optional in sized_type_specifier
Amaan Qureshi
2023-04-21
1
-1
/
+1
*
feat(c): highlight parenthesized function pointer decl identifiers as `@funct...
Amaan Qureshi
2023-04-21
1
-1
/
+6
*
fix(c_indents): fix expression leaking indents
Pham Huy Hoang
2023-04-08
1
-1
/
+7
*
use indent.X syntax for captures and properties of set directives
George Harker
2023-03-24
1
-30
/
+31
*
split delimiter into open_delimiter and close_delimiter
George Harker
2023-03-24
1
-2
/
+4
*
feat: add `@comment.documentation` where applicable
Amaan Qureshi
2023-03-05
1
-0
/
+3
*
highlights(c): extern in linkage specification
ObserverOfTime
2023-01-26
1
-0
/
+3
*
indents(c): update if cases
Pham Huy Hoang
2023-01-14
1
-50
/
+55
*
indents(c): Refactor indent queries
Pham Huy Hoang
2023-01-14
1
-11
/
+75
*
indents(c): treat `"#ifndef"`, `"#elif"` like `"#ifdef"`
Stephan Seitz
2022-12-31
1
-0
/
+2
*
highlights: create subscoping for ternary operator
Stephan Seitz
2022-12-02
1
-1
/
+1
*
highlights(c): primitive type as builtin
Aaron Rancsik
2022-12-01
1
-1
/
+2
*
highlights(c): use more specific groups
ObserverOfTime
2022-11-26
1
-8
/
+9
*
highlights: use @preproc where appropriate
ObserverOfTime
2022-10-15
1
-1
/
+1
*
highlights(c): highlight standard streams
ObserverOfTime
2022-10-15
1
-0
/
+3
*
feat(spell): support more languages
Lewis Russell
2022-09-26
1
-2
/
+1
*
feat(spell): upstream spell queries from spellsitter
Lewis Russell
2022-09-06
1
-0
/
+1
*
Split func/method definition from calls in C highlighting queries
lfenzo
2022-08-03
1
-2
/
+2
*
highlights(c/cpp): move attributes to C (again)
Stephan Seitz
2022-07-28
1
-0
/
+1
*
highlights(c): Lower the priority of @variable
mliszcz
2022-07-20
1
-1
/
+2
*
highlights(c): highlight `,` operator as operator (#3107)
guijan
2022-07-08
1
-7
/
+10
*
highlights(c): highlight member-access as operator (#3096)
guijan
2022-07-01
1
-1
/
+2
*
highlights(c): highlight field_designator as `@property`
Stephan Seitz
2022-05-29
1
-0
/
+1
*
indens(c): use (comment) @auto
Stephan Seitz
2022-02-05
1
-4
/
+1
*
indents(c): indent always after init_declarator
Stephan Seitz
2022-02-05
1
-6
/
+1
*
indents(c): add zero_indent for #if
Stephan Seitz
2022-02-05
1
-5
/
+9
*
indents(c): fix indentation on block comment
Stephan Seitz
2022-02-05
1
-1
/
+5
*
indents(c): indent at expression_statement
Stephan Seitz
2022-02-05
1
-3
/
+2
*
indents: allow aligned_indent for unfinished calls in C and Python
Stephan Seitz
2022-02-05
1
-1
/
+5
*
indents(c): fix ternary
Stephan Seitz
2022-02-05
1
-1
/
+0
*
highlights(c/cpp): highlight case labels as constants
Stephan Seitz
2022-01-29
1
-0
/
+2
*
highlights(c): highlight enum variants as `@constant`
Stephan Seitz
2022-01-29
1
-0
/
+2
*
folds(c): fold raw `compound_statement`s
Stephan Seitz
2022-01-28
1
-1
/
+2
*
folds(c): fold at compound_statement
Cédric Barreteau
2022-01-24
1
-0
/
+1
*
fix(indent): c/cpp - support newline after closing brace
Munif Tanjim
2022-01-21
1
-0
/
+2
*
feat: rewrite indent module
Munif Tanjim
2022-01-21
1
-3
/
+23
[next]