summaryrefslogtreecommitdiff
path: root/queries/cpp/locals.scm
AgeCommit message (Collapse)Author
2022-01-16locals(cpp): add support for conceptsStephan Seitz
2021-11-02chore: fix typosDundar Göc
2021-09-26cpp: fix locals.scm from breaking change in tree-sitter-cppJohn Drouhard
2021-03-16Fix C++ localsStephan Seitz
2021-03-16Fix ocaml queriesStephan Seitz
2021-03-16Mark parsers with NPM dependencyStephan Seitz
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO.
2020-09-08C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-07-27C++: locals template_declaration must define their own scope in which the ↵Stephan Seitz
template arguments are valid
2020-07-20C++ locals: add variadic as @definition.varStephan Seitz
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node.
2020-07-13Cpp locals: Fix syntaxStephan Seitz
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
This changed the highlight of "switch" to conditional and of "break" to repeat.
2020-07-04C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵Stephan Seitz
locals)
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Add cpp/locals.scmStephan Seitz