aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: add the muttrc parserWu Zhenyu2024-02-155-0/+74
|
* fix(latex): update bibstyle queries (#6102)gi12422024-02-152-2/+6
| | | | | | Match grammar.js from commit 0d598bb95ffe3ba63403979d0d32158210974ca5 in latex-lsp/tree-sitter-latex Co-authored-by: gi1242 <gi1242+nvim-treesitter@gmail.com>
* fix(python): better try-except indentation (#6097)Riley Bruins2024-02-153-2/+21
|
* feat: add the hlsplaylist parserWu Zhenyu2024-02-145-0/+55
|
* Update parsers: tcl, wingnvim-treesitter-bot[bot]2024-02-141-2/+2
|
* feat(lalrpop): highlight annotation macrosGartox2024-02-131-0/+3
| | | | | | Lalrpop support putting annotation like `#[precedence(level = "1")]`. This commit aims to highlight `precedence` with the `function.macro` highlight group, like rust does with its proc macros.
* Update parsers: c, chatito, dtd, lalrpop, properties, query, slint, wing, ↵nvim-treesitter-bot[bot]2024-02-131-10/+10
| | | | xml, zathurarc
* fix(yuck): comment out start-of-line parensPhạm Huy Hoàng2024-02-133-16/+44
|
* fix(cpp): add back comment injectionJaehwang Jung2024-02-131-0/+3
|
* Update READMEnvim-treesitter-bot[bot]2024-02-131-2/+2
|
* Update parsers: arduino, bash, chatito, dtd, gitattributes, gpg, pem, ↵nvim-treesitter-bot[bot]2024-02-131-21/+21
| | | | poe_filter, printf, properties, pymanifest, rasi, requirements, scala, ssh_config, swift, udev, wing, xcompose, xml, zathurarc
* fix(xml): adapt to repo layout changeChristian Clason2024-02-131-4/+4
|
* Update parsers: properties, scala, slang, wing, zathurarcnvim-treesitter-bot[bot]2024-02-121-5/+5
|
* feat(jsx): spell check text nodes (#6083)Sean Boult2024-02-121-1/+1
|
* chore(v): update lockfileTuriiya2024-02-111-1/+1
|
* chore(v): update repository urlTuriiya2024-02-112-2/+2
|
* fix: use augroup for auto_install autocmdsJongwook Choi2024-02-111-0/+1
| | | | | | | | | Problem: The FileType autocmd to automatically install parsers on a new filetype (introduced in #3130) did not have augroup. As a result, when `ts_configs.setup{ }` is called multiple times (for some reason), duplicated installation requests will be made. Solution: Use augroup with `clear = true`.
* Update parsers: bash, cpp, dart, gitattributes, hyprlang, ruby, wing, zathurarcnvim-treesitter-bot[bot]2024-02-111-8/+8
|
* ci: fix invalid workflowdundargoc2024-02-108-28/+31
| | | | | | | | Context variables aren't always available, so we can't rely on them for e.g. environment variables. Also merge all install scripts into `script/ci-install.sh`, that way it can be called the same way regardless of system.
* ci: use `windows-latest` over `windows-2022`dundargoc2024-02-102-7/+7
| | | | It's convenient to not need to manually update the runner version.
* chore(bash): update parser and highlightsAmaan Qureshi2024-02-102-1/+2
|
* feat(ecma): highlight decorator and destructuringAnanda Umamil2024-02-101-4/+17
|
* Update parsers: arduino, bash, beancount, cpp, dtd, luadoc, slint, wing, xmlnvim-treesitter-bot[bot]2024-02-101-12/+12
|
* fix(readline): more descriptive version number hlRiley Bruins2024-02-091-1/+1
|
* fix(readline): proper indents while editingRiley Bruins2024-02-091-0/+3
|
* Update READMEnvim-treesitter-bot[bot]2024-02-091-1/+1
|
* feat(tcl): add parser and queriesChristian Clason2024-02-096-0/+143
|
* Update READMEnvim-treesitter-bot[bot]2024-02-091-1/+1
|
* chore(vue): adapt to scanner rewrite (#6068)Amaan Qureshi2024-02-102-3/+3
|
* feat: add sourcepawn parser and queries (#5865)Charles2024-02-106-0/+337
|
* Update READMEnvim-treesitter-bot[bot]2024-02-091-1/+1
|
* feat(slint)!: change to the official parser (#6027)Tobias Hunger2024-02-099-137/+382
| | | | | | | | | | | This change replaces the slint parser written and maintained by @jrmoulton with the official one hosted in the slint-ui organization on github. A huge thank you to @jrmoulton for all his work on the tree-sitter parser! --------- Co-authored-by: jrmoulton <jaredmoulton3@gmail.com>
* Update parsers: rubynvim-treesitter-bot[bot]2024-02-091-1/+1
|
* Update parsers: asm, faust, readline, ruby, wingnvim-treesitter-bot[bot]2024-02-091-5/+5
|
* fix(unison): adapt to breaking parser changeChristian Clason2024-02-092-3/+3
|
* fixup: it's fineChristian Clason2024-02-092-2/+2
|
* ci: pin tree-sitter-cli version in npm installChristian Clason2024-02-092-3/+2
| | | | This prevents bad tags from messing up CI
* feat: add hyprlang parser & queries (#5852)Luckas2024-02-096-0/+75
| | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* Update READMEnvim-treesitter-bot[bot]2024-02-091-1/+1
|
* feat: add tree-sitter-asm parser (#5946)wzy2024-02-095-0/+70
|
* chore(ruby): adapt to scanner rewriteAmaan Qureshi2024-02-092-2/+2
|
* feat(d)!: switch upstream parser to `gdamore/tree-sitter-d`Amaan Qureshi2024-02-088-238/+429
|
* feat(readline): add parser tree-sitter-readline (#6058)Riley Bruins2024-02-087-0/+92
|
* feat(faust): add tree-sitter-faust (#6043)Karl Hiner2024-02-085-0/+233
|
* Update parsers: groovy, haskell, javascript, svelte, templ, wingnvim-treesitter-bot[bot]2024-02-081-6/+6
|
* fix(kotlin): remove slow highlight and local pattern (#5954)Anthony Shi2024-02-062-10/+10
| | | | This is a parser bug that needs to be fixed; temporary workaround to remove the ~0.5s delay on opening highlight and locals queries.
* fix(angular): nullish coalescing operator in Angular templates (#6052)Dennis van den Berg2024-02-061-0/+3
|
* feat(latex): pre-compiled header highlights, testsRiley Bruins2024-02-062-9/+45
| | | | | Also moves comment highlights to the very end to make them more future-proof.
* fix(latex): give comments higher precedenceRiley Bruins2024-02-061-15/+15
| | | | | This commit also moves things around to give text better precedence in the case of `textit` and `textbf`.
* Update parsers: angular, bash, gitcommit, glsl, hlsl, php, php_only, templ, wingnvim-treesitter-bot[bot]2024-02-061-9/+9
|