| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -69/+0 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -9/+7 |
| | | |||||
| * | feat(format): extra newline after modeline | Phạm Huy Hoàng | 2024-02-29 | 1 | -0/+1 |
| | | |||||
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -2/+2 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -11/+18 |
| | | |||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -11/+11 |
| | | |||||
| * | Expand locals to include properties and methods | William Mathewson | 2022-11-25 | 1 | -0/+30 |
| | | | | | | | | The previous locals were lacking a few locals related to JS classes. This expands the locals to include properties defined on classes (e.g. `this.foo = "bar"` or `static #targets`) as both vars & references, as well as private methods on classes (e.g. `#bar(x) { x }` and `#bar(y)`). | ||||
| * | locals(js,ts): Add parameters again (#1231) | Stephan Seitz | 2021-04-28 | 1 | -0/+32 |
| | | |||||
| * | chore: create ecma base for use in js and ts which fixes jsx issues | kiyan | 2021-03-10 | 1 | -63/+1 |
| | | |||||
| * | 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. | ||||
| * | fix(locals): js add arrow function parameter as definition | Steven Sojka | 2020-09-02 | 1 | -0/+4 |
| | | |||||
| * | fix(locals): add js namespace import as definition | Steven Sojka | 2020-08-26 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | 2020-08-16 | 1 | -6/+6 |
| |\ | | | | | feat(highlights): add is predicate | ||||
| | * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -6/+6 |
| | | | |||||
| * | | feat(definitions): allow setting of scope | Steven Sojka | 2020-08-16 | 1 | -0/+4 |
| |/ | |||||
| * | fix(locals): add shorthand identifiers as references and definitions | Steven Sojka | 2020-08-14 | 1 | -1/+6 |
| | | |||||
| * | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | 2020-08-04 | 1 | -0/+3 |
| | | | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | ||||
| * | add rest_parameters as definition in javascript | Steven Sojka | 2020-07-22 | 1 | -5/+9 |
| | | |||||
| * | Introduce @definition.import for Python/Javascript | Stephan Seitz | 2020-07-08 | 1 | -1/+1 |
| | | |||||
| * | feat(javascript): add import specifier as definition | Steven Sojka | 2020-07-01 | 1 | -0/+3 |
| | | |||||
| * | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | 2020-06-30 | 1 | -3/+0 |
| | | |||||
| * | feat(refactor): highlight usages module | Steven Sojka | 2020-06-30 | 1 | -0/+3 |
| | | |||||
| * | feat(queries): add typescript and javascript queries | Steven Sojka | 2020-06-14 | 1 | -0/+35 |
