index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
c
Age
Commit message (
Expand
)
Author
2021-09-30
Fix #1853
igorlfs
2021-09-19
highlights(c): add Mircosoft attributes
Stephan Seitz
2021-09-19
highlights(c): add __attribute__
Stephan Seitz
2021-09-17
test
Stephan Seitz
2021-09-17
highlights(c/cpp): react to upstream changes to attributes
Stephan Seitz
2021-09-01
highlights(c): make sizeof a `keyword.operator`
Sergio Alejandro Vargas
2021-08-01
Indent C compound_literal_expression
leo60228
2021-07-18
c: don't treat uppercase functions as constants
Gregory Anders
2021-07-14
c(folds): fold on enums
Stephan Seitz
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-05-20
indents(c/cpp): let C++ use the C indents and add class_specifier
Stephan Seitz
2021-05-18
highlights(c/c++): "..." also exists in C (variadic macros)
Stephan Seitz
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-05-01
highlights(c): highlight (escape_sequence)
Stephan Seitz
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-26
folds(c): fold at case_statement
Stephan Seitz
2021-04-22
fix(c): fold switch statements
Thomas Vigouroux
2021-04-21
C highlights: Make char_literal `@character`
Stephan Seitz
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-02
highlights(c): update declaration and cast_expression
Stephan Seitz
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-03-01
Add 'register' as c-keyword
Fabian Viƶl
2021-02-10
C/CPP: add injections for macros
Santos Gallegos
2021-01-22
C: add goto to locals
Santos Gallegos
2021-01-14
feat: added more indent queries
elianiva
2021-01-06
fix(c highlights): add missing operators
Thomas Vigouroux
2021-01-06
Remove usages of `@embedded` in highlights
Stephan Seitz
2020-11-30
Fix #724: Add (initializer_list) to C folds
Stephan Seitz
2020-11-22
c highlights: fix define/undef arguments
Thomas Vigouroux
2020-11-20
c/cpp highlights: Fix field declarations and initializers
John Drouhard
2020-11-18
Do not highlight Uppercase function as type
Stephan Seitz
2020-11-18
fix(predicates): Fix #446: highlight property only if not a method
Stephan Seitz
2020-10-04
Remove textobjects module
Stephan Seitz
2020-09-14
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-14
Folds: rename query files to folds.scm to be consistent
Santos Gallegos
2020-09-13
fix(cpp highlights): Use `@include` for preproc_include (fix #445)
Stephan Seitz
2020-09-08
C/C++ locals: Deduplicate C++ locals contained in C
Stephan Seitz
2020-09-08
Add C++ folds and C comment/preproc folds
Stephan Seitz
2020-09-01
fold(c): ignore compound statements
Thomas Vigouroux
2020-09-01
fix(fold): revamp fold
Thomas Vigouroux
2020-08-30
C highlights: make `preproc_defined` @function.macro
Stephan Seitz
2020-08-27
C highlights: add bitwise-xor operator
Stephan Seitz
2020-08-24
feat(c/cpp highlights): highlight pointer/reference parameters
Stephan Seitz
2020-08-17
chore(highlights): remove is predicate usage
Steven Sojka
2020-08-17
Textobjects: add swap feature
Stephan Seitz
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-07-27
C/C++ locals: Make `field_identifier` a reference
Stephan Seitz
2020-07-20
C highlights: Add operator "%"
Stephan Seitz
2020-07-20
Attach kind of reference to query result instead of using subfields
Stephan Seitz
[next]