aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update apex, mlir, nix, sflog, soql, sosl, superhtml, swift, ↵nvim-treesitter-bot[bot]2024-10-071-10/+10
| | | | templ, typst
* bot(readme): updatenvim-treesitter-bot[bot]2024-10-061-0/+1
|
* feat(superhtml): add superhtml parser and queriesTim Culverhouse2024-10-064-0/+66
| | | | | SuperHTML is a templating language used by the zine static site generator.
* bot(lockfile): update latex, nix, rubynvim-treesitter-bot[bot]2024-10-061-3/+3
|
* fix(apex): update parser and highlightsHeber2024-10-052-22/+20
|
* bot(lockfile): update erlang, mlir, nix, unisonnvim-treesitter-bot[bot]2024-10-052-6/+6
|
* bot(lockfile): update nix, php, php_only, slint, unisonnvim-treesitter-bot[bot]2024-10-041-5/+5
|
* bot(lockfile): update fsharp, witnvim-treesitter-bot[bot]2024-10-031-2/+2
|
* feat(angular): update highlight queryricardo.demeterko2024-10-021-2/+5
|
* bot(lockfile): update erlang, mlir, nickel, nix, php, php_only, readline, ↵nvim-treesitter-bot[bot]2024-10-021-9/+9
| | | | scala, styled
* fix(parsers): don't register rmd and quarto for markdownChristian Clason2024-10-011-3/+0
|
* bot(lockfile): update java, mlir, nix, slint, textproto, ziggy, ziggy_schemanvim-treesitter-bot[bot]2024-10-011-7/+7
|
* fix(parsers): register explicit filetypes unconditionally (#7202)Christian Clason2024-09-301-8/+7
| | | Co-authored-by: Riley Bruins <ribru17@hotmail.com>
* bot(readme): updatenvim-treesitter-bot[bot]2024-09-301-0/+2
|
* feat(ziggy-schema): Add ziggy-schema parser and queriesTim Culverhouse2024-09-304-0/+53
| | | | Ziggy-schema is the schema definition file format for a ziggy file.
* feat(ziggy): add ziggy parser and queriesTim Culverhouse2024-09-304-0/+63
| | | | | [Ziggy](https://github.com/kristoff-it/ziggy) is a data serialization format used in the zine static site generator.
* bot(lockfile): update swift, tact, tlaplus, vnvim-treesitter-bot[bot]2024-09-301-4/+4
|
* fix(parsers): adapt to upstream change in Nvim 0.11Christian Clason2024-09-291-6/+9
| | | | | | In Nvim 0.11, `vim.treesitter.lang.get_lang(filetype)` falls back to `filetype` by default, so filetypes no longer have to be registered for languages with the same name.
* feat(fsharp): add parser and queries (#7166)Nikolaj Sidorenco2024-09-295-0/+435
|
* bot(lockfile): update arduino, elixir, templ, tlaplusnvim-treesitter-bot[bot]2024-09-291-4/+4
|
* fix(markdown): don't set link metadata twiceRiley Bruins2024-09-281-3/+0
| | | | | Otherwise the same link will be opened twice when the cursor is on the link text itself.
* bot(lockfile): update koto, nixnvim-treesitter-bot[bot]2024-09-281-2/+2
|
* bot(lockfile): update devicetree, fortran, gleam, inko, markdown, ↵nvim-treesitter-bot[bot]2024-09-271-11/+11
| | | | markdown_inline, nix, ocaml, ocaml_interface, tact, templ
* feat(gleam,luau): use `@keyword.type` captures (#7181)Riley Bruins2024-09-263-8/+8
|
* bot(lockfile): update re2cnvim-treesitter-bot[bot]2024-09-261-1/+1
|
* bot(lockfile): update odinnvim-treesitter-bot[bot]2024-09-251-1/+1
|
* fix(jsdoc): disable spelling for identifiers (#7172)Kai Moschcau2024-09-241-1/+1
|
* bot(lockfile): update angular, powershellnvim-treesitter-bot[bot]2024-09-241-2/+2
|
* bot(lockfile): update apex, c, cpp, ocaml, ocaml_interface, sflog, soql, ↵nvim-treesitter-bot[bot]2024-09-231-9/+9
| | | | sosl, zig
* feat(perl): support more modern syntaxVeesh Goldman2024-09-222-1/+16
|
* bot(lockfile): update d, ocaml, ocaml_interface, supercollidernvim-treesitter-bot[bot]2024-09-221-4/+4
|
* bot(lockfile): update cpp, d, http, vnvim-treesitter-bot[bot]2024-09-211-4/+4
|
* fix(markdown): broader link recognitionRiley Bruins2024-09-201-6/+4
| | | | | | | | **Problem:** Neovim's `gx` will not work when the cursor is on the first `[` of an inline Markdown link. **Solution:** Set the `url` metadata property on the link parent node, rather than just the link label node
* bot(lockfile): update elm, lalrpop, vnvim-treesitter-bot[bot]2024-09-201-3/+3
|
* feat(highlights): capture wildcard patterns as `@character.special` (#7153)Omar Valdez2024-09-2013-21/+45
|
* bot(lockfile): update editorconfig, fortran, nix, perlnvim-treesitter-bot[bot]2024-09-191-4/+4
|
* feat(swift): fold queriesRiley Bruins2024-09-191-0/+35
|
* feat(swift): add many missing highlightsRiley Bruins2024-09-191-46/+83
|
* feat(htmldjango): improve punctuation highlightingOmar Valdez2024-09-191-3/+2
| | | | | | | | In Django templates `{{` and `{%` are interpolations, so they should be highlighted as @punctuation.special. Don't highlight quotes as delimiters (consistency) and add missing comma delimiter.
* bot(lockfile): update d, fortran, go, inko, nix, r, tlaplusnvim-treesitter-bot[bot]2024-09-182-8/+8
|
* bot(lockfile): update d, http, nixnvim-treesitter-bot[bot]2024-09-171-3/+3
|
* feat(ruby): detect shebang directiveJerome Dalbert2024-09-171-0/+5
|
* bot(lockfile): update apex, sflog, soql, sosl, swiftnvim-treesitter-bot[bot]2024-09-161-5/+5
|
* feat(apex): update parser and highlights (#7151)Heber2024-09-163-9/+9
|
* bot(lockfile): update hurl, vnvim-treesitter-bot[bot]2024-09-151-2/+2
|
* fix(lua): remove duplicate ellipsis highlightRiley Bruins2024-09-141-2/+0
|
* bot(lockfile): update rnvim-treesitter-bot[bot]2024-09-141-1/+1
|
* bot(lockfile): update glsl, hlsl, scala, slangnvim-treesitter-bot[bot]2024-09-131-4/+4
|
* bot(lockfile): update gomod, latex, markdown, markdown_inline, perl, scalanvim-treesitter-bot[bot]2024-09-121-6/+6
|
* feat(ruby): improve identifiers highlightingJerome Dalbert2024-09-121-3/+6
|