aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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.
* 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 ↵Stephan Seitz2020-07-271-1/+2
| | | | template arguments are valid
* 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
| | | | | 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.
* 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
| | | | This changed the highlight of "switch" to conditional and of "break" to repeat.
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵Stephan Seitz2020-07-041-0/+2
| | | | locals)
* Update C/C++ highlights to new query syntaxStephan Seitz2020-06-151-2/+2
|
* Add cpp/locals.scmStephan Seitz2020-06-151-0/+49