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
/
ecma
Age
Commit message (
Expand
)
Author
2022-10-24
Update ecma injections to support recent additions to tree-sitter-javascript/...
NullVoxPopuli
2022-10-17
highlights(ecma): add pair_pattern punctuation.delimiter
Munif Tanjim
2022-10-15
highlights: use @preproc where appropriate
ObserverOfTime
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-09-15
fix(ecma injections): jsdoc match /** */ only
Nick Friday
2022-09-11
highlights(ecma): use `@method.call`/`function.call`
Stephan Seitz
2022-09-10
indents(ecma): make "]" `@indent_end`
Stephan Seitz
2022-08-22
highlights(ecma): Update queries for literals
Sergio Alejandro Vargas
2022-08-20
highlights(javascript): "?." -> optional_chain
GitHub
2022-07-07
fix(ecma): indent end for bracket (#3121)
Kiyan
2022-06-05
injections(ecma): add injection for commented graphql template strings (#2987)
Jackson Ludwig
2022-05-14
Use @definition.function for method & func definitions
William Mathewson
2022-05-14
Add method to definitions in ECMA locals
William Mathewson
2022-04-04
indents(ecma): use auto indent on (ERROR)
Stephan Seitz
2022-02-26
fix(indent): ecma - parenthesized expression indentation
Munif Tanjim
2022-02-26
fix(indent): ecma - class method indentation
Munif Tanjim
2022-01-21
feat(indent): ecma - support common use-cases
Munif Tanjim
2022-01-21
feat(indent): ecma - support try_catch and if_else
Munif Tanjim
2021-12-12
highlights(ecma): highlight escape_sequence
Stephan Seitz
2021-11-28
Handle .attrs() cases
Steve Occhipinti
2021-11-28
Support both styled.div and styled(Component)
Steve Occhipinti
2021-11-28
Add a basic styled-components injection
Steve Occhipinti
2021-11-25
ecma: highlight private properties and methods
numToStr
2021-11-23
Prefer lua-match over match
Lewis Russell
2021-10-03
fix: remove priority in ecma template substitution hl
kiyan
2021-09-17
Ecma: increase priority of template_substitution
Santos Gallegos
2021-09-09
Use the color of variable
delphinus
2021-09-09
Set property color for destructuring assignment
delphinus
2021-08-12
Enable to highlight shebang on JS/TS
delphinus
2021-07-07
place template string after braces
antonk52
2021-07-06
fix(ecma): add indents to switch and cases
Samyak S Sarnayak
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-06-11
chore(injections): remove duplicated regex injection for js
Steven Sojka
2021-05-17
highlights(ecma): use KeywordFunction as a highlight group for function
antonk52
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
locals(js,ts): Add parameters again (#1231)
Stephan Seitz
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-23
Add JS/TS parameters again (#1227)
Stephan Seitz
2021-04-22
fix(highlights): always highlight ternary operator as operator
Thomas Vigouroux
2021-04-06
injections(js): add regex highlighting
Stephan Seitz
2021-03-27
Fix jsdoc: play nice with the comment parser (#1108)
Santos Gallegos
2021-03-23
Add generator functions to ecma queries
kraftwerk28
2021-03-18
Update injections.scm
Hanh Le
2021-03-16
Mark several invalid queries
Stephan Seitz
2021-03-15
Ecma: Highlight single-argument callback parameter
Rohit Pradhan
2021-03-10
chore: create ecma base for use in js and ts which fixes jsx issues
kiyan