| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(python): highlight all types of docstrings (#7788) | Jakob Zahn | 2025-04-03 | 2 | -21/+124 | |
| | | ||||||
| * | ci(tests): run tests on v0.10.4 | Christian Clason | 2025-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | ci(update): only check once a week (sat) | Christian Clason | 2025-04-02 | 1 | -1/+1 | |
| | | | | | I need a break... | |||||
| * | ci(update): block dhall,elm,enforce,rust (ABI 15) | Christian Clason | 2025-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | fix(rust,dhall,elm,enforce): revert to ABI 14 parser | Christian Clason | 2025-04-02 | 1 | -4/+4 | |
| | | ||||||
| * | ci(tests): check queries on 0.10.4 | Christian Clason | 2025-04-02 | 1 | -4/+4 | |
| | | ||||||
| * | bot(lockfile): update erlang, glimmer_javascript, glimmer_typescript, php, ↵ | nvim-treesitter-bot[bot] | 2025-04-02 | 1 | -7/+7 | |
| | | | | | php_only, qmljs, rust | |||||
| * | bot(lockfile): update fortran, scala, tcl | nvim-treesitter-bot[bot] | 2025-04-01 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update editorconfig, elm, tcl | nvim-treesitter-bot[bot] | 2025-03-31 | 1 | -3/+3 | |
| | | ||||||
| * | dhall: recognize several missing builtins | savanto | 2025-03-30 | 1 | -2/+9 | |
| | | | | | | | | - recognize builtin type `Bool` - recognize import `... as Bytes` - recognize builtin functions `Date/show`, `Time/show`, `TimeZone/show` - recognize a bytes literal (ie. `0x"deadbeef"`) | |||||
| * | bot(lockfile): update dhall, enforce, http, javadoc, nu, superhtml, tcl, tera | nvim-treesitter-bot[bot] | 2025-03-30 | 1 | -8/+8 | |
| | | ||||||
| * | feat(angular): update highlights for template literals | Dennis van den Berg | 2025-03-29 | 1 | -0/+8 | |
| | | ||||||
| * | bot(lockfile): update scala | nvim-treesitter-bot[bot] | 2025-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update angular, koto, superhtml | nvim-treesitter-bot[bot] | 2025-03-28 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update angular, hcl, koto, meson, perl, superhtml, tact, ↵ | nvim-treesitter-bot[bot] | 2025-03-27 | 1 | -9/+9 | |
| | | | | | terraform, vhs | |||||
| * | bot(lockfile): update angular, koto, scala | nvim-treesitter-bot[bot] | 2025-03-26 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update javadoc, problog, prolog | nvim-treesitter-bot[bot] | 2025-03-24 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update hlsl, javadoc | nvim-treesitter-bot[bot] | 2025-03-23 | 1 | -2/+2 | |
| | | ||||||
| * | feat(caddy): add parser and queries (#7588) | Vladimir Levin | 2025-03-23 | 7 | -0/+78 | |
| | | | | | | --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-03-23 | 1 | -0/+1 | |
| | | ||||||
| * | feat(javadoc): add parser and queries (#7749) | Robert Muir | 2025-03-23 | 6 | -11/+132 | |
| | | | | | | | | | | Previously java was configured to use doxygen parser for documentation comments, but javadocs are not doxygen. Inline tags have a different syntax, block tags are not recognized, and doxygen creates a lot of errors during highlighting. Add parser for javadoc comments, with queries for highlights and injections. | |||||
| * | bot(lockfile): update swift | nvim-treesitter-bot[bot] | 2025-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update mlir | nvim-treesitter-bot[bot] | 2025-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update lua, markdown, markdown_inline, vim | nvim-treesitter-bot[bot] | 2025-03-21 | 1 | -4/+4 | |
| | | ||||||
| * | bot(lockfile): update gleam, glimmer_javascript, glimmer_typescript, ↵ | nvim-treesitter-bot[bot] | 2025-03-21 | 3 | -13/+10 | |
| | | | | | lalrpop, problog, prolog, roc | |||||
| * | Use order instead of priority | dcho | 2025-03-21 | 1 | -13/+12 | |
| | | ||||||
| * | fix(python): prioritize builtin functions | dcho | 2025-03-21 | 2 | -1/+5 | |
| | | ||||||
| * | ci(update): block wit (ABI 15) | Christian Clason | 2025-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update meson, scala, superhtml | nvim-treesitter-bot[bot] | 2025-03-20 | 1 | -3/+3 | |
| | | ||||||
| * | * feat(perl): highlight hash keys as `@variable.member` in various contexts | Veesh Goldman | 2025-03-19 | 2 | -32/+48 | |
| | | | | | also, injections for s///e should fully re-parse | |||||
| * | bot(lockfile): update query, vimdoc | nvim-treesitter-bot[bot] | 2025-03-19 | 1 | -2/+2 | |
| | | ||||||
| * | fix(c): highlight `"."` as `@punctuation.delimiter` | Riley Bruins | 2025-03-18 | 1 | -1/+1 | |
| | | | | | Aligns C with the other language highlights | |||||
| * | bot(lockfile): update fortran, glimmer_javascript, glimmer_typescript, ↵ | nvim-treesitter-bot[bot] | 2025-03-18 | 1 | -4/+4 | |
| | | | | | powershell | |||||
| * | bot(lockfile): update commonlisp, cuda, glsl, superhtml, ziggy, ziggy_schema | nvim-treesitter-bot[bot] | 2025-03-17 | 1 | -6/+6 | |
| | | ||||||
| * | fix(vhdl): capture "|" as `@operator` (#7744) | John-Philip Taylor | 2025-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update dtd, xml, ziggy, ziggy_schema | nvim-treesitter-bot[bot] | 2025-03-16 | 1 | -4/+4 | |
| | | ||||||
| * | feat(typst): highlight language name as @label | Riley Bruins | 2025-03-15 | 1 | -0/+3 | |
| | | ||||||
| * | bot(lockfile): update swift | nvim-treesitter-bot[bot] | 2025-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update gitcommit, tiger, typoscript | nvim-treesitter-bot[bot] | 2025-03-14 | 1 | -3/+3 | |
| | | ||||||
| * | fix(python): don't highlight parameter name as builtin (#7732) | Salomon Popp | 2025-03-13 | 3 | -65/+77 | |
| | | ||||||
| * | bot(lockfile): update cmake, liquid, meson, tera, v, vhdl | nvim-treesitter-bot[bot] | 2025-03-13 | 1 | -6/+6 | |
| | | ||||||
| * | ci(update): block bp (ABI 15) | Christian Clason | 2025-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | feat(blade): add laravel blade parser and queries (#7693) | Caleb White | 2025-03-12 | 7 | -0/+59 | |
| | | ||||||
| * | feat(tact): update parser and queries (#7731) | Novus Nota | 2025-03-12 | 5 | -10/+62 | |
| | | ||||||
| * | fix(python): highlight function calls correctly (#7728) | Salomon Popp | 2025-03-12 | 3 | -42/+77 | |
| | | ||||||
| * | bot(lockfile): update cmake, erlang, ini, jinja, jinja_inline, nu, swift, ↵ | nvim-treesitter-bot[bot] | 2025-03-12 | 1 | -9/+9 | |
| | | | | | ziggy, ziggy_schema | |||||
| * | fix(python): don't highlight attribute name as builtin (#7712) | Salomon Popp | 2025-03-11 | 2 | -24/+30 | |
| | | | | | | | | | | | | | | | | * fix(python): don't highlight attribute name as builtin * fix(python): highlight `@variable.member` correctly for member access context * test: add test * test: expand test * docs: update comment * refactor: change order, remove priority override * style: remove extra newline | |||||
| * | feat(bibtex): highlight URLs and DOIs (#7725) | Omar Valdez | 2025-03-11 | 1 | -0/+7 | |
| | | ||||||
| * | bot(lockfile): update erlang, jinja, jinja_inline, nix, nu, roc, superhtml, ↵ | nvim-treesitter-bot[bot] | 2025-03-11 | 1 | -10/+10 | |
| | | | | | tera, ziggy, ziggy_schema | |||||
| * | fix(bibtex): use more appropriate captures (#7721) | Omar Valdez | 2025-03-10 | 1 | -2/+2 | |
| | | ||||||
