aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update nu, perl, robot, scala, sql, tealnvim-treesitter-bot[bot]2024-11-221-6/+6
|
* fix(jsdoc): only highlight slashes in paths (#7387)Riley Bruins2024-11-211-1/+3
| | | | Otherwise the final slash in a doc comment `*/` will also be highlighted.
* feat(python): highlight modulesOmar Valdez2024-11-212-2/+21
|
* feat(bash): highlight redirectionsOmar Valdez2024-11-211-1/+4
|
* feat(vim): highlight prepend operatorOmar Valdez2024-11-211-0/+1
|
* bot(lockfile): update ledger, nu, robotnvim-treesitter-bot[bot]2024-11-211-3/+3
|
* bot(lockfile): update arduino, just, ledger, mlir, nu, php, php_only, r, sqlnvim-treesitter-bot[bot]2024-11-201-9/+9
|
* bot(lockfile): update desktop, editorconfig, just, nu, v, xresourcesnvim-treesitter-bot[bot]2024-11-192-10/+14
|
* feat(gdscript): add new export annotationsPrestonKnopp2024-11-181-2/+3
|
* bot(lockfile): update editorconfig, gdscript, json, just, nu, pug, templ, ↵nvim-treesitter-bot[bot]2024-11-181-9/+9
| | | | vhdl, xresources
* bot(lockfile): update dart, julia, nu, ocaml, ocaml_interface, perl, sql, ↵nvim-treesitter-bot[bot]2024-11-171-8/+8
| | | | xresources
* bot(lockfile): update julia, sqlnvim-treesitter-bot[bot]2024-11-161-2/+2
|
* fix(zig): begin indent at `struct_declaration`Yi Ming2024-11-151-0/+1
|
* bot(lockfile): update nix, nu, r, tealnvim-treesitter-bot[bot]2024-11-151-4/+4
|
* bot(lockfile): update gren, typst, vnvim-treesitter-bot[bot]2024-11-141-3/+3
|
* feat(unison): inject markdown for doc blockszetashift2024-11-131-0/+3
|
* feat(unison): add fold querieszetashift2024-11-131-0/+10
|
* refactor(unison): update to latest treesitter grammarzetashift2024-11-133-23/+33
|
* bot(lockfile): update dtd, mlir, nix, v, vhdl, xmlnvim-treesitter-bot[bot]2024-11-131-6/+6
|
* bot(lockfile): update bash, cpp, go, html, idl, latex, sway, swift, t32, templnvim-treesitter-bot[bot]2024-11-121-10/+10
|
* bot(lockfile): update agda, bash, c, c_sharp, cpp, css, editorconfig, ↵nvim-treesitter-bot[bot]2024-11-111-34/+34
| | | | embedded_template, foam, go, haskell, html, java, javascript, jsdoc, json, julia, mlir, ocaml, ocaml_interface, php, php_only, python, ql, query, regex, ruby, rust, scala, t32, templ, tsx, typescript, xresources
* feat(julia): update parser and queriesChristian Clason2024-11-114-165/+145
|
* fix: formatter idempotency for nested groupings (#7345)Riley Bruins2024-11-111-0/+1
| | | | | | Currently, for something like `(((((node))))) @cap`, the formatter will produce `((node)) @cap`, and then after another pass it will produce `(node) @cap`. This commit makes it so that all extraneous parentheses are removed on the first pass.
* bot(lockfile): update bash, c_sharp, cpp, earthfile, editorconfig, ↵nvim-treesitter-bot[bot]2024-11-101-18/+18
| | | | embedded_template, go, html, java, javascript, jsdoc, json, nix, nu, python, regex, rust, t32
* bot(lockfile): update desktop, earthfile, mlir, nix, nu, v, xresourcesnvim-treesitter-bot[bot]2024-11-091-7/+7
|
* bot(lockfile): update inko, nu, udevnvim-treesitter-bot[bot]2024-11-082-4/+4
|
* fix(regex): more accurate highlights for named backreferencesRiley Bruins2024-11-071-1/+2
| | | | | Highlight both surrounding angle brackets, and only apply the operator highlight to the actual \k operator.
* bot(lockfile): update nu, runescript, superhtml, swiftnvim-treesitter-bot[bot]2024-11-071-4/+4
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-11-061-1/+1
|
* docs(parser): mark julia as unmaintainedChristian Clason2024-11-061-1/+0
|
* fix(wgsl): indent call expression params (#7309)ganhaque2024-11-063-0/+32
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-11-061-0/+1
|
* feat(runescript): add parser and queries (#7305)David Lysenko2024-11-064-0/+133
|
* bot(lockfile): update gitattributes, nix, nu, printf, properties, tclnvim-treesitter-bot[bot]2024-11-061-6/+6
|
* ci(update): skip julia but for realChristian Clason2024-11-061-1/+1
|
* ci(update): skip juliaChristian Clason2024-11-061-1/+1
|
* fix(wgsl): indent first parameter of function definitionRiley Bruins2024-11-063-2/+37
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-11-051-0/+1
|
* feat(nu): add parser and queries (#7267)Abhishek Singh2024-11-0512-0/+449
|
* bot(lockfile): update dhall, printf, regex, ziggy, ziggy_schemanvim-treesitter-bot[bot]2024-11-051-5/+5
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-11-041-0/+1
|
* feat: sway programming languageRiley Bruins2024-11-049-0/+848
|
* fix(cooklang): apply correct filetypeRiley Bruins2024-11-041-0/+1
| | | | | | `Cooklang` files are recognized as `cook` in vim. This prevents the parser from attaching since it is looking for `cooklang` files, so we have to specify the `filetype` here.
* bot(lockfile): update dart, devicetree, dhall, idl, ssh_config, xresourcesnvim-treesitter-bot[bot]2024-11-041-6/+6
|
* fix(rust): highlight parameters with ref in definitionRiley Bruins2024-11-032-0/+16
|
* feat(regex): highlights for lazy quantifiers, \kRiley Bruins2024-11-031-0/+2
| | | | | Highlights the "?" following .* and the \k backreference operator in a pattern like the following: title=(?<quote>["'])(.*?)\k<quote>
* bot(lockfile): update awk, nix, styled, vhdlnvim-treesitter-bot[bot]2024-11-031-4/+4
|
* chore: recognize busted functionsRiley Bruins2024-11-021-2/+3
| | | | | Now writing indent tests is easier because the language server recognizes the necessary functions
* bot(lockfile): update awk, desktop, groovy, nix, ruby, xresourcesnvim-treesitter-bot[bot]2024-11-021-6/+6
|
* fix(rst): capture (adornment) node as @markup.heading (#7302)Shengyu Zhang2024-11-011-5/+5
| | | | Node alias "adornment" is used as title's overline and underline: https://github.com/stsewd/tree-sitter-rst/blob/5120f6e59284cb8b85b450bd2db0bd352635ba9f/grammar.js#L112