| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -78/+0 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -15/+10 |
| | | |||||
| * | feat(format): extra newline after modeline | Phạm Huy Hoàng | 2024-02-29 | 1 | -0/+1 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -17/+24 |
| | | |||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -25/+25 |
| | | |||||
| * | lint(locals): use `#set!` to keep query linter happy | Christian Clason | 2023-06-22 | 1 | -3/+3 |
| | | |||||
| * | feat(cpp): simplify namespace query rules now that parser is a bit more ↵ | John Drouhard | 2023-03-27 | 1 | -1/+5 |
| | | | | | consistent | ||||
| * | locals(cpp): add support for concepts | Stephan Seitz | 2022-01-16 | 1 | -0/+5 |
| | | |||||
| * | chore: fix typos | Dundar Göc | 2021-11-02 | 1 | -2/+2 |
| | | |||||
| * | cpp: fix locals.scm from breaking change in tree-sitter-cpp | John Drouhard | 2021-09-26 | 1 | -7/+3 |
| | | |||||
| * | Fix C++ locals | Stephan Seitz | 2021-03-16 | 1 | -7/+3 |
| | | |||||
| * | Fix ocaml queries | Stephan Seitz | 2021-03-16 | 1 | -1/+0 |
| | | |||||
| * | Mark parsers with NPM dependency | Stephan Seitz | 2021-03-16 | 1 | -5/+6 |
| | | |||||
| * | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | 2020-10-11 | 1 | -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 C | Stephan Seitz | 2020-09-08 | 1 | -4/+0 |
| | | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -3/+9 |
| | | |||||
| * | C++: locals template_declaration must define their own scope in which the ↵ | Stephan Seitz | 2020-07-27 | 1 | -1/+2 |
| | | | | | template arguments are valid | ||||
| * | C++ locals: add variadic as @definition.var | Stephan Seitz | 2020-07-20 | 1 | -0/+3 |
| | | |||||
| * | Attach kind of reference to query result instead of using subfields | Stephan Seitz | 2020-07-20 | 1 | -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 syntax | Stephan Seitz | 2020-07-13 | 1 | -1/+1 |
| | | |||||
| * | Add rust locals.scm | Stephan Seitz | 2020-07-13 | 1 | -0/+7 |
| | | |||||
| * | C/C++ highlights: Small improvements for type definitions | Stephan Seitz | 2020-07-13 | 1 | -0/+3 |
| | | |||||
| * | C/C++ highlights: update to new syntax | Stephan Seitz | 2020-07-05 | 1 | -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 Seitz | 2020-07-04 | 1 | -0/+2 |
| | | | | | locals) | ||||
| * | Update C/C++ highlights to new query syntax | Stephan Seitz | 2020-06-15 | 1 | -2/+2 |
| | | |||||
| * | Add cpp/locals.scm | Stephan Seitz | 2020-06-15 | 1 | -0/+49 |
