aboutsummaryrefslogtreecommitdiffstats
path: root/queries/javascript/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-69/+0
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-9/+7
|
* feat(format): extra newline after modelinePhạm Huy Hoàng2024-02-291-0/+1
|
* chore: format queriesPhạm Huy Hoàng2024-01-211-2/+2
|
* chore: query formattingPham Huy Hoang2024-01-191-11/+18
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-11/+11
|
* Expand locals to include properties and methodsWilliam Mathewson2022-11-251-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 Seitz2021-04-281-0/+32
|
* chore: create ecma base for use in js and ts which fixes jsx issueskiyan2021-03-101-63/+1
|
* 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.
* fix(locals): js add arrow function parameter as definitionSteven Sojka2020-09-021-0/+4
|
* fix(locals): add js namespace import as definitionSteven Sojka2020-08-261-0/+3
|
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-161-6/+6
|\ | | | | feat(highlights): add is predicate
| * feat(highlights): add is predicateSteven Sojka2020-08-161-6/+6
| |
* | feat(definitions): allow setting of scopeSteven Sojka2020-08-161-0/+4
|/
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-041-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 javascriptSteven Sojka2020-07-221-5/+9
|
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-081-1/+1
|
* feat(javascript): add import specifier as definitionSteven Sojka2020-07-011-0/+3
|
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-301-3/+0
|
* feat(refactor): highlight usages moduleSteven Sojka2020-06-301-0/+3
|
* feat(queries): add typescript and javascript queriesSteven Sojka2020-06-141-0/+35