| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | |
| 2022-08-22 | highlights(ecma): Update queries for literals | Sergio Alejandro Vargas | |
| - Add queries for value properties: - undefined - NaN - Infinity - Highlight regex delimiters as brackets instead of punctuation - Format queries for literals | |||
| 2022-08-20 | highlights(javascript): "?." -> optional_chain | GitHub | |
| 2021-12-12 | highlights(ecma): highlight escape_sequence | Stephan Seitz | |
| 2021-11-25 | ecma: highlight private properties and methods | numToStr | |
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-10-03 | fix: remove priority in ecma template substitution hl | kiyan | |
| This PR removes the priority override for the interpolation because it overrides every ecma based template literal, setting none with a higher priority than ecma groups which made every template string look `un`highlighted. | |||
| 2021-09-17 | Ecma: increase priority of template_substitution | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688 | |||
| 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-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-05-17 | highlights(ecma): use KeywordFunction as a highlight group for function | antonk52 | |
| 2021-04-23 | Add JS/TS parameters again (#1227) | Stephan Seitz | |
| * highlights(js): add parameters * highlights(ts): add Typescript parameters | |||
| 2021-04-22 | fix(highlights): always highlight ternary operator as operator | Thomas Vigouroux | |
| 2021-03-23 | Add generator functions to ecma queries | kraftwerk28 | |
| 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 | |
