nvim-treesitter/queries/javascript
William Mathewson e7808349a5 Expand locals to include properties and methods
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)`).
2022-11-25 18:24:11 +01:00
..
folds.scm chore: create ecma base for use in js and ts which fixes jsx issues 2021-03-10 17:34:11 +01:00
highlights.scm highlights(javascript): "?." -> optional_chain 2022-08-20 10:42:19 +02:00
indents.scm chore: create ecma base for use in js and ts which fixes jsx issues 2021-03-10 17:34:11 +01:00
injections.scm chore: create ecma base for use in js and ts which fixes jsx issues 2021-03-10 17:34:11 +01:00
locals.scm Expand locals to include properties and methods 2022-11-25 18:24:11 +01:00