| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | Add indent queries for YANG | Tomas Sandven | |
| 2022-04-18 | fix(go): reduce indent after },) | Akin Sowemimo | |
| 2022-04-16 | highlights(java): add support for `text_block`s | Stephan Seitz | |
| 2022-04-16 | feat(vim): highlight unknown commands | Thomas Vigouroux | |
| 2022-04-16 | highlights(julia): Update literals | Sergio Alejandro Vargas | |
| Add queries for: - Character literals - Escape sequences - NaNs, Infs and missing Remove highlight to identifiers in coefficient expressions. Update other literals to match grammar. | |||
| 2022-04-15 | highlights(markdown): fix conceal capture | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): conceal link markers | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): conceal `emphasis_delimiter` | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): add conceal to fenced code blocks | Stephan Seitz | |
| 2022-04-15 | latex: capture math env contents | Christian Clason | |
| 2022-04-15 | julia: update queries to parser changes | Christian Clason | |
| 2022-04-14 | latex: update queries | Christian Clason | |
| Make use of parser updates * add `\{re}newenvironment` * add `\DeclarePairedDelimiter{X}` * add `\title` and `\author` * add optional arguments to sectioning commands * use builtin nodes for math environments | |||
| 2022-04-13 | svelte query and lockfile updated | Himujjal Upadhyaya | |
| 2022-04-11 | fix: remove ftdetect, Fix `struct` highlight for wgsl | Konrad Bochnia | |
| 2022-04-11 | Add WGSL parser | Konrad Bochnia | |
| 2022-04-11 | Add c injection for cgo comments | kraftwerk28 | |
| 2022-04-10 | Fix nvim-treesitter CI | 6cdh | |
| 2022-04-10 | Added folds, injections | 6cdh | |
| 2022-04-10 | Added scheme highlights | 6cdh | |
| 2022-04-10 | highlights(json): highlight ":" | Stephan Seitz | |
| Fixes #2703 | |||
| 2022-04-09 | feat: add curly interpolation support for astro | virchau13 | |
| 2022-04-07 | fixup! highlights(python): highlight exception keywords | Ferdinand Ratajczak | |
| 2022-04-07 | highlights(python): highlight exception keywords | Ferdinand Ratajczak | |
| 2022-04-07 | feat: add astro | virchau13 | |
| 2022-04-06 | highlights(hack): fix typo in "tuple" keyword | Stephan Seitz | |
| https://github.com/slackhq/tree-sitter-hack/pull/34 | |||
| 2022-04-06 | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | |
| 2022-04-06 | Inject query into lua for set_query calls | Connor Lay (Clay) | |
| 2022-04-04 | highlights(bash): add more builtins | adrian5 | |
| 2022-04-04 | indents(ecma): use auto indent on (ERROR) | Stephan Seitz | |
| Fixes #2515 | |||
| 2022-04-04 | Fixed incorrect Java indentation for method chaining | Daniel Woznicki | |
| 2022-04-03 | Add highlighting query for Scss `@for` loops | Omer Tuchfeld | |
| The Scss language only had highlighting queries for `@each` loops, this commit adds support for `@for` loops as well. Also moved all loop-related keywords (including newly added ones) to `@repeat` rather than `@keyword` | |||
| 2022-04-03 | Added true/false to the highlights | Oleksii Demennikov | |
| 2022-04-03 | Added injections | Oleksii Demennikov | |
| 2022-04-03 | Added the initial version for the support of rego language | Oleksii Demennikov | |
| 2022-04-01 | highlights(python): "from" in yield should be `@keyword.return` | Stephan Seitz | |
| Fixes #2712 | |||
| 2022-04-01 | highlights(fennel): fix "collect" "icollect" "accumulate" | Stephan Seitz | |
| They are now anonymous nodes. Fixes #2707 | |||
| 2022-04-01 | refactor(queries): simplify highlight queries for elvish | Tobias Frilling | |
| 2022-04-01 | Add elvish | Tobias Frilling | |
| 2022-03-29 | feat: add vimdoc parser and highlight queries | Christian Clason | |
| 2022-03-29 | r(indents): fix brace_list alignment | Pedro Castro | |
| 2022-03-28 | r(highlights): fix default_parameter | Pedro Castro | |
| 2022-03-28 | r(highlights): add default parameter/argument (#2688) | Pedro Castro | |
| * Update lockfile.json * r(highlights): default argument/parameter and some updates | |||
| 2022-03-26 | highlights: conceal `"` in JSON | Stephan Seitz | |
| Fixes #645 | |||
| 2022-03-24 | fix(prisma): highlight "type" keyword | Alexey Orlenko | |
| 2022-03-19 | injections(r): add comment | Pedro Castro | |
| 2022-03-19 | Added fix for incorrect CSS indent after closing bracket | Daniel Woznicki | |
| Added a failing test for possible broken CSS syntax tree | |||
| 2022-03-17 | highlights(php): argument name as parameter | Wilman Barrios | |
| 2022-03-17 | Add Cooklang | Addison Chan | |
| 2022-03-16 | highlights(bash): add operators ">>", "<<" | Stephan Seitz | |
| 2022-03-16 | highlight(fish): dollar command substitution | Omar Zeghouani | |
