| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
