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
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
2020-07-16
highlights: some fixes
Thomas Vigouroux
2020-07-14
Add C/C++ textobjects
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz
2020-07-13
Add rust locals.scm
Stephan Seitz
2020-07-13
C/C++ highlights: Small improvements for type definitions
Stephan Seitz
2020-07-09
highlight(c): fix booleans and types
Thomas Vigouroux
2020-07-05
C/C++ highlights: update to new syntax
Stephan Seitz
2020-06-30
highlights(c): highlight ternary as conditional
Thomas Vigouroux
2020-06-30
C highlights: Make ? an operator in c highlights
Stephan Seitz
2020-06-28
C highlights: Add highlight for #elif
Stephan Seitz
2020-06-15
Change regexes in C/C++ highlights
Stephan Seitz
2020-06-15
Update C/C++ highlights to new query syntax
Stephan Seitz
2020-06-15
Add better highlighting for preprocessor functions in C highlights
Stephan Seitz
2020-06-15
Add operators /=,*=,|=,&= to C highlights
Stephan Seitz
2020-06-15
Add compound_statement to c queries
Stephan Seitz
2020-06-15
Add punctuation.bracket/punctuation.delimiter to C highlights
Stephan Seitz
2020-06-15
Make =,~,! operators in C highlights
Stephan Seitz
2020-06-15
Add @error highlight to c/highlights.scm
Stephan Seitz
2020-06-15
Add C++ highlights.scm
Stephan Seitz
2020-05-23
Some improvements to c/locals.scm
Stephan Seitz
2020-05-16
queries: add C queries
Thomas Vigouroux