aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* bot(lockfile): update cylc, superhtmlnvim-treesitter-bot[bot]2024-11-011-2/+2
|
* feat(cylc): add parser and queries (#7225)Elliot Fontaine2024-10-317-0/+121
|
* bot(lockfile): update editorconfig, gleam, heex, superhtmlnvim-treesitter-bot[bot]2024-10-311-4/+4
|
* bot(lockfile): update beancount, desktop, tlaplus, valanvim-treesitter-bot[bot]2024-10-301-4/+4
|
* feat(thrift): small improvementsRiley Bruins2024-10-302-19/+12
| | | | | Less capture duplication by separating queries, include folds, move `@variable.member` to `@property`
* feat(bash): highlight more builtin commandsOmar Valdez2024-10-301-5/+5
| | | | | | | | Commands: - `.` - `:` - `true` - `false`
* ci(update): skip gnuplot, unskip djotChristian Clason2024-10-291-1/+1
|
* bot(lockfile): update c, fortran, kotonvim-treesitter-bot[bot]2024-10-291-3/+3
|
* bot(lockfile): update editorconfig, just, swiftnvim-treesitter-bot[bot]2024-10-281-3/+3
|
* fix(rust): regex injections, highlightsRiley Bruins2024-10-272-4/+52
| | | | | | | | | **Problem:** Rust's regex injections were not applied since the string content is behind a `(string_content)` node, and the injections were applied to the parent node without the `include-children` directive. **Solution:** Apply the injections to the string content. Also highlight them accordingly.
* bot(lockfile): update javascript, mlir, templ, tlaplusnvim-treesitter-bot[bot]2024-10-271-4/+4
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-10-261-0/+1
|
* fix(formatter): simplify code, remove odd line breakRiley Bruins2024-10-266-58/+31
|
* feat(desktop): desktop parser and queries (#7282)Omar Valdez2024-10-265-0/+114
|
* bot(lockfile): update superhtmlnvim-treesitter-bot[bot]2024-10-261-1/+1
|
* feat(bash): highlight special shell variablesOmar Valdez2024-10-251-0/+19
|
* bot(lockfile): update koto, t32nvim-treesitter-bot[bot]2024-10-251-2/+2
|
* docs(readme): mark Nvim 0.10 as requiredChristian Clason2024-10-252-3/+3
|
* bot(lockfile): update elixir, fortran, koto, vimdocnvim-treesitter-bot[bot]2024-10-241-4/+4
|
* fix(rust): separate import folds from others (#7279)Riley Bruins2024-10-241-1/+1
|
* fix(predicates): remove upstreamed predicates and directivesChristian Clason2024-10-231-74/+0
| | | | | | | | Problem: Overriding upstreamed predicates replaces optimized versions on Nvim 0.11. Solution: Now that nvim-treesitter requires Nvim 0.10, simply remove the upstreamed predicates and directives.
* bot(lockfile): update editorconfig, erlang, sqlv0.9.3nvim-treesitter-bot[bot]2024-10-231-3/+3
|
* bot(lockfile): update erlang, gitcommit, lua, markdown, markdown_inlinenvim-treesitter-bot[bot]2024-10-221-5/+5
|
* fix(xml,dtd): adapt to parser changesObserverOfTime2024-10-223-66/+47
|
* bot(lockfile): update swift, tlaplus, vimdoc, xresourcesnvim-treesitter-bot[bot]2024-10-211-4/+4
|