summaryrefslogtreecommitdiffstats
path: root/queries/cpp/locals.scm
Commit message (Expand)AuthorAgeFilesLines
* lint(locals): use `#set!` to keep query linter happyChristian Clason2023-06-221-3/+3
* feat(cpp): simplify namespace query rules now that parser is a bit more consi...John Drouhard2023-03-271-1/+5
* locals(cpp): add support for conceptsStephan Seitz2022-01-161-0/+5
* chore: fix typosDundar Göc2021-11-021-2/+2
* cpp: fix locals.scm from breaking change in tree-sitter-cppJohn Drouhard2021-09-261-7/+3
* Fix C++ localsStephan Seitz2021-03-161-7/+3
* Fix ocaml queriesStephan Seitz2021-03-161-1/+0
* Mark parsers with NPM dependencyStephan Seitz2021-03-161-5/+6
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-0/+2
* C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz2020-09-081-4/+0
* feat(highlights): add is predicateSteven Sojka2020-08-161-3/+9
* C++: locals template_declaration must define their own scope in which the tem...Stephan Seitz2020-07-271-1/+2
* C++ locals: add variadic as @definition.varStephan Seitz2020-07-201-0/+3
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-201-1/+6
* Cpp locals: Fix syntaxStephan Seitz2020-07-131-1/+1
* Add rust locals.scmStephan Seitz2020-07-131-0/+7
* C/C++ highlights: Small improvements for type definitionsStephan Seitz2020-07-131-0/+3
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-051-2/+2
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...Stephan Seitz2020-07-041-0/+2
* Update C/C++ highlights to new query syntaxStephan Seitz2020-06-151-2/+2
* Add cpp/locals.scmStephan Seitz2020-06-151-0/+49