| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-05 | highlights(swift): fix for_statement variable declaration | Alex Pinkus | |
| Incorporates a fix from upstream, caught due to the emacs tree-sitter plugin using an older version of tree-sitter that does stricter validation. | |||
| 2022-09-03 | make: add substitution_reference @operator | Chinmay Dalal | |
| 2022-09-02 | feat(qmljs): boolean | ShootingStarDragons | |
| boolean is not in the right color, so fix it Log: fix the color of boolean for qmljs | |||
| 2022-09-01 | style: stylua | Raafat Turki | |
| 2022-09-01 | feat(sxhkdrc): add folds and injections | Raafat Turki | |
| 2022-09-01 | feat: add tree-sitter-sxhkdrc | Raafat Turki | |
| 2022-08-29 | Add postresql-simple sql to haskell injections | Marc Jakobi | |
| 2022-08-29 | Fix aesonQQ quasiquote_body for haskell injections | Guillaume Bouchard | |
| Fix name of the captured quoter | |||
| 2022-08-29 | Haskell injection: support inline json | Guillaume Bouchard | |
| Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme | |||
| 2022-08-29 | account for added and renamed keywords | Matthias Queitsch | |
| 2022-08-27 | feat(agda): better highlight | ShootingStarDragons | |
| Add highlight for bool add highlight for function Log: better highlight | |||
| 2022-08-27 | feat(cmake): add escape to highlight | ShootingStarDragons | |
| add escape word like "\n", "\;" to highlight Log: escape sequence highlight for cmake | |||
| 2022-08-27 | chore(meson): add injections for meson | ShootingStarDragons | |
| add comment as injections as other languages like bash Log: add injections for meson | |||
| 2022-08-26 | injections(jsx): highlight `<style jsx>` as css | numToStr | |
| 2022-08-26 | feat(meson): add support for meson | ShootingStarDragons | |
| Log: meson build | |||
| 2022-08-26 | feat(viml): update queries | Christian Clason | |
| 2022-08-26 | feat: allow to fold markdown sections | Zheng Piaodan | |
| 2022-08-24 | highlights(DOT): update keywords | rydesun | |
| 2022-08-23 | highlights(java): add "non-sealed" keyword | Stephan Seitz | |
| 2022-08-23 | change: allow one or more leading `;` | numToStr | |
| 2022-08-23 | injections(lua): highlight string as `query` if starts with `;; query` | numToStr | |
| 2022-08-23 | chore(vim): update parser and highlights | Thomas Vigouroux | |
| Adds support for map_bar. Correctly highlight unknown builtin commands. | |||
| 2022-08-23 | feat(vim): update to latest highlights | Thomas Vigouroux | |
| 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-22 | Modified queries/java/highlights.scm | anthony-S93 | |
| 2022-08-20 | highlights(javascript): "?." -> optional_chain | GitHub | |
| 2022-08-19 | parsers: add HLSL | Stephan Seitz | |
| 2022-08-17 | update vim parser and queries | Christian Clason | |
| 2022-08-16 | parsers: add tree-sitter-gitignore | Stephan Seitz | |
| 2022-08-16 | highlights(swift): add keywords "convenience", "required", "override" | Stephan Seitz | |
| 2022-08-16 | highlights(swift): add keywords "actor", "nonisolated" | Stephan Seitz | |
| Introduced in https://github.com/alex-pinkus/tree-sitter-swift/commit/07bdffb5e6f34fb1e578f31b653479d7c4d6306c | |||
| 2022-08-16 | fix wrong parse | ShootingStarDragons | |
| change maintainers | |||
| 2022-08-16 | add regenerate the treesitter | ShootingStarDragons | |
| 2022-08-16 | add highlights | ShootingStarDragons | |
| 2022-08-15 | highlights(ql): follow upstream refactor of qualModuleExpr | Stephan Seitz | |
| https://github.com/tree-sitter/tree-sitter-ql/commit/13155b740d4040e74727a9a698277805498a6a85 | |||
| 2022-08-15 | indents(go): no indent at all composite_literal, indent at struct_type | Stephan Seitz | |
| 2022-08-13 | fix(ruby): indent of brackets & parens | Zheng Piaodan | |
| 2022-08-13 | fix(ruby): indent parenthesized_statements | Zheng Piaodan | |
| 2022-08-11 | Conceal reference and shortcut links in markdown | Ben Weedon | |
| This change conceals `full_reference_link`, `collapsed_reference_link`, and `shortcut_link` similarly to the `markdown_inline` query file already conceals `inline_link` and `image`. ## Test markdown contents ```markdown Some text before the link [full reference link text][link label] and now some text after the link onto a new line. Some text before the link [collapsed reference link text][] and now some text after the link onto a new line. Some text before the link [shortcut link text] and now some text after the link onto a new line. ``` ## Test markdown concealed screenshot Closes #3267 | |||
| 2022-08-08 | fix(zig): Do not indent on newline after block | phynalle | |
| 2022-08-06 | injections(go): avoid running queries on all comments | Stephan Seitz | |
| Fixes #3187 Fixes #3263 | |||
| 2022-08-05 | go folds.scm composit_literal | ray-x | |
| 2022-08-05 | indents(go): improve `@branch` rules | Stephan Seitz | |
| - Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166 | |||
| 2022-08-05 | SQL highlight queries rely on latest parser AST | derekstride | |
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in lotlin highlighting queries | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in Go highlighting queries | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in C++ highlighting queries | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in C highlighting queries | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in julia highlighting query | lfenzo | |
