index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
javascript
/
locals.scm
Age
Commit message (
Expand
)
Author
2021-04-28
locals(js,ts): Add parameters again (#1231)
Stephan Seitz
2021-03-10
chore: create ecma base for use in js and ts which fixes jsx issues
kiyan
2020-10-11
feat(queries): modeline mechanism for base langs
Thomas Vigouroux
2020-09-02
fix(locals): js add arrow function parameter as definition
Steven Sojka
2020-08-26
fix(locals): add js namespace import as definition
Steven Sojka
2020-08-16
Merge pull request #296 from steelsojka/feat-is-predicate
Steven Sojka
2020-08-16
feat(definitions): allow setting of scope
Steven Sojka
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-08-14
fix(locals): add shorthand identifiers as references and definitions
Steven Sojka
2020-08-04
Add PHP, TOML, and update HTML, javascript queries
Shirasaka
2020-07-22
add rest_parameters as definition in javascript
Steven Sojka
2020-07-08
Introduce @definition.import for Python/Javascript
Stephan Seitz
2020-07-01
feat(javascript): add import specifier as definition
Steven Sojka
2020-06-30
refactor(refactor): use higher local apis and some cleanup
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-14
feat(queries): add typescript and javascript queries
Steven Sojka