aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-78/+0
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-15/+10
|
* feat(format): extra newline after modelinePhạm Huy Hoàng2024-02-291-0/+1
|
* chore: query formattingPham Huy Hoang2024-01-191-17/+24
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-25/+25
|
* 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 ↵John Drouhard2023-03-271-1/+5
| | | | consistent
* 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
| | | | | | | | 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