aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(rust): indentation in tuple type patternsganhaque2024-04-041-0/+4
|
* bot(lockfile): update angular, gitcommit, nix, roc, rst, templ, tlaplus, v, wingnvim-treesitter-bot[bot]2024-04-041-9/+9
|
* highlights(cuda): add support for `__managed__`Stephan Seitz2024-04-031-0/+1
| | | | See https://github.com/tree-sitter-grammars/tree-sitter-cuda/pull/68
* bot(lockfile): update cuda, dtd, fish, glsl, hlsl, markdown, ↵nvim-treesitter-bot[bot]2024-04-031-14/+14
| | | | markdown_inline, slang, solidity, templ, tlaplus, wing, xml, yaml
* bot(lockfile): update commonlisp, dart, glsl, godot_resource, roc, slang, v, ↵nvim-treesitter-bot[bot]2024-04-021-9/+9
| | | | wgsl_bevy, wing
* feat(elixir): add stab_clause to foldsMitchell Hanberg2024-04-011-0/+1
|
* bot(lockfile): update cuda, hlsl, latex, rocnvim-treesitter-bot[bot]2024-04-011-4/+4
|
* docs(readme): update roadmap linkChristian Clason2024-04-011-1/+1
|
* fix(latex)!: adjust to dropped parser.cChristian Clason2024-04-012-1/+2
|
* feat(djot): update queries (#6375)Jonas Hietala2024-04-014-53/+207
| | | | | | - Adjust some highlights to fit context better - Conceal inline content - Add locals - Add folds
* fix(nix): highlight ellipsis as builtin parameterRiley Bruins2024-04-011-1/+1
| | | | | | This maintains consistency with a lot of other languages that also have ellipses as parameter types, which we typically highlight as `@variable.parameter.builtin`
* feat(nix): misc. operator/punctuation highlightsRiley Bruins2024-04-011-0/+7
|
* bot(lockfile): update gdscript, rst, swift, vnvim-treesitter-bot[bot]2024-04-011-4/+4
|
* feat(roc): add new parser tree-sitter-rocnat-4182024-04-016-0/+246
|
* bot(lockfile): update djot, snakemake, vnvim-treesitter-bot[bot]2024-03-312-4/+4
|
* fix(uninstall): use correct path separator on windows (#6369)Seb Tomasini2024-03-311-0/+2
|
* feat(snakemake): add indentation queriesOliver Thomas2024-03-301-0/+16
|
* bot(lockfile): update beancount, liquid, ocaml, ocaml_interface, v, vento, wingnvim-treesitter-bot[bot]2024-03-304-11/+20
|
* fix(python): add staticmethod to builtin decoratorsvsajko2024-03-301-1/+1
|
* feat(liquid): add new parser tree-sitter-liquid (#6359)Hank Jackson2024-03-295-0/+164
| | | (templating language)
* bot(lockfile): update mlir, v, wingnvim-treesitter-bot[bot]2024-03-291-3/+3
|
* bot(lockfile): update elixir, groovy, tmux, wing, yamlnvim-treesitter-bot[bot]2024-03-281-5/+5
|
* fix(c): don't highlight preproc_argJaehwang Jung2024-03-271-3/+0
| | | | | | `preproc_arg` is used for the body of `#define` macro definition, which is not appropriate to highlight with `@function.macro`. In addition, this region has an injection to C, so it will get highlights anyway.
* fix(php): capture `break` as keyword.repeatCaleb White2024-03-271-1/+1
|
* chore(php): move keywords to top of queriesCaleb White2024-03-271-167/+167
|
* chore(php): trim down testsCaleb White2024-03-274-153/+3
|
* fix(php): fix use_{as,instead_of}_clause highlightsCaleb White2024-03-272-6/+31
|
* fix(php): add missing keyword highlights, fix static keywordCaleb White2024-03-271-2/+15
|
* feat(php): add highlight testsCaleb White2024-03-275-0/+251
|
* bot(lockfile): update djot, hlsplaylist, html, meson, muttrc, query, svelte, ↵nvim-treesitter-bot[bot]2024-03-271-13/+13
| | | | tlaplus, tmux, v, vue, wing, zathurarc
* feat(julia): broadcast pipeChristian Degnbol Madsen2024-03-261-1/+1
| | | | | Add support for capturing function call after a broadcasted pipe. Currently works for unbroadcasted pipe. There might be a better more complicated way to do this, since this will capture the broadcasting dot as part of the `@_pipe` capture.
* fix(rust): indentation in tuple struct patternsAmaan Qureshi2024-03-261-0/+4
|
* feat(markdown): yaml, toml metadata highlights (#6360)Riley Bruins2024-03-261-0/+6
|
* bot(lockfile): update djot, dtd, hyprlang, perl, tlaplus, v, wing, xmlnvim-treesitter-bot[bot]2024-03-261-8/+8
|
* fix(swift): highlightsWojciech Kulik2024-03-251-1/+18
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-251-1/+1
|
* fix(smali): move to github mirrorChristian Clason2024-03-252-2/+2
|
* style: format querydatwaft2024-03-251-11/+8
|
* feat(lua): add injections for `vim.filetype.add`datwaft2024-03-251-0/+18
|
* fix(install): remove extra space during cd (#6355)Joshua Haas2024-03-251-1/+1
| | | breaks xonsh
* bot(lockfile): update arduino, djot, haskell, mlir, norg, v, wingnvim-treesitter-bot[bot]2024-03-251-7/+7
|
* feat(bash): align substitutions with expansionsmichaelPotter2024-03-241-2/+7
| | | | | | | | | The bash manual[1] considers command and process substitutions to be forms of expansions, so they should be highlighted the same as other expansions. This is traditionally how they have been highlighted in the past too. [1] https://www.gnu.org/software/bash/manual/html_node/Shell-Expansions.html
* bot(lockfile): update d, djot, hurl, java, markdown, markdown_inline, ocaml, ↵nvim-treesitter-bot[bot]2024-03-241-12/+12
| | | | ocaml_interface, swift, t32, v, vimdoc
* fix(liquidsoap): move scanner to CChristian Clason2024-03-232-2/+2
|
* bot(lockfile): update djot, gitcommit, gnuplot, just, latex, php, php_only, vnvim-treesitter-bot[bot]2024-03-231-8/+8
|
* bot(lockfile): update djot, lalrpop, markdown, markdown_inline, wingnvim-treesitter-bot[bot]2024-03-221-4/+7
|
* feat(tlaplus): move to C scannerChristian Clason2024-03-222-2/+2
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-221-0/+1
|
* feat: add djot support (#6326)Noah Bogart2024-03-223-0/+301
| | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* bot(lockfile): update hoon, just, v, wingnvim-treesitter-bot[bot]2024-03-221-4/+4
|