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
/
cpp
/
locals.scm
Age
Commit message (
Expand
)
Author
2022-01-16
locals(cpp): add support for concepts
Stephan Seitz
2021-11-02
chore: fix typos
Dundar Göc
2021-09-26
cpp: fix locals.scm from breaking change in tree-sitter-cpp
John Drouhard
2021-03-16
Fix C++ locals
Stephan Seitz
2021-03-16
Fix ocaml queries
Stephan Seitz
2021-03-16
Mark parsers with NPM dependency
Stephan Seitz
2020-10-11
feat(queries): modeline mechanism for base langs
Thomas Vigouroux
2020-09-08
C/C++ locals: Deduplicate C++ locals contained in C
Stephan Seitz
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-07-27
C++: locals template_declaration must define their own scope in which the tem...
Stephan Seitz
2020-07-20
C++ locals: add variadic as @definition.var
Stephan Seitz
2020-07-20
Attach kind of reference to query result instead of using subfields
Stephan Seitz
2020-07-13
Cpp locals: Fix syntax
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-05
C/C++ highlights: update to new syntax
Stephan Seitz
2020-07-04
C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...
Stephan Seitz
2020-06-15
Update C/C++ highlights to new query syntax
Stephan Seitz
2020-06-15
Add cpp/locals.scm
Stephan Seitz