summaryrefslogtreecommitdiff
path: root/queries/javascript/locals.scm
AgeCommit message (Collapse)Author
2021-04-28locals(js,ts): Add parameters again (#1231)Stephan Seitz
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
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.
2020-09-02fix(locals): js add arrow function parameter as definitionSteven Sojka
2020-08-26fix(locals): add js namespace import as definitionSteven Sojka
2020-08-16Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka
feat(highlights): add is predicate
2020-08-16feat(definitions): allow setting of scopeSteven Sojka
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-14fix(locals): add shorthand identifiers as references and definitionsSteven Sojka
2020-08-04Add PHP, TOML, and update HTML, javascript queriesShirasaka
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
2020-07-22add rest_parameters as definition in javascriptSteven Sojka
2020-07-08Introduce @definition.import for Python/JavascriptStephan Seitz
2020-07-01feat(javascript): add import specifier as definitionSteven Sojka
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-14feat(queries): add typescript and javascript queriesSteven Sojka