aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(angular): typo in capture name (#6249)Dennis van den Berg2024-03-042-2/+2
|
* bot(lockfile): update puppet, swift, t32, wingnvim-treesitter-bot[bot]2024-03-041-7/+7
|
* fix(sourcepawn) update queries to grammar change (#6247)Charles2024-03-042-3/+2
|
* feat(swift): add will/didSet indentPhạm Huy Hoàng2024-03-044-3/+10
| | | | Fixes CI error in PR.6237
* fix(comment): remove duplicate 'FIXME'Christian Clason2024-03-032-6/+6
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-031-1/+1
|
* feat: add gotemplate and helm parser supportqvalentin2024-03-037-0/+252
|
* bot(lockfile): update arduino, gpg, sourcepawn, ssh_config, vue, wingnvim-treesitter-bot[bot]2024-03-031-6/+6
|
* feat(csharp): highlight excape sequences (#6229)Omar Valdez2024-03-031-0/+2
|
* feat: map automake to makeWu Zhenyu2024-03-031-0/+1
|
* feat(highlights)!: enforce documented captures (#6232)Christian Clason2024-03-0329-112/+108
| | | | | | | | | | | | | | | Problem: Allowing undocumented "secret" (sub)captures makes it harder to write comprehensive colorschemes and catch inconsistent captures. Solution: Only allow captures listed in CONTRIBUTING.md. Add useful (cross-language) subcaptures and drop language-specific or too niche ones. Follow-up: Adding further `*.builtin` captures and changing queries to use them. Language-specific subcaptures should instead be added in user config or a custom language plugin.
* ci: teach bot about conventional commitsChristian Clason2024-03-032-2/+2
|
* Update READMEnvim-treesitter-bot[bot]2024-03-021-1/+1
|
* feat(vue): switch to new parser (#6233)Christian Clason2024-03-023-9/+28
| | | | | | | * feat(vue): switch to new parser --------- Co-authored-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
* Update parsers: vimdocnvim-treesitter-bot[bot]2024-03-021-1/+1
|
* Update parsers: sourcepawnnvim-treesitter-bot[bot]2024-03-021-1/+1
|
* Update parsers: beancount, requirements, v, wingnvim-treesitter-bot[bot]2024-03-011-4/+4
|
* ci: bump create-pull-request to v6Christian Clason2024-03-012-2/+2
|
* fix(astro): update to scanner rewriteChristian Clason2024-03-012-2/+2
|
* feat(gitcommit): highlight overflow in commit bodyRiley Bruins2024-03-011-2/+1
|
* feat(format): extra newline after modelinePhạm Huy Hoàng2024-02-2954-1/+69
|
* Update parsers: angular, gitcommit, vimdoc, wingnvim-treesitter-bot[bot]2024-02-291-4/+4
|
* feat: add support for gdshader (#6153)GodOfAvacyn2024-02-295-0/+157
| | | | | | | Godot shading language --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update parsers: chatito, gitattributes, gitcommit, gpg, groovy, hlsl, ↵nvim-treesitter-bot[bot]2024-02-291-16/+16
| | | | mermaid, pem, poe_filter, properties, pymanifest, requirements, ssh_config, udev, wing, xcompose
* feat(beancount): refactor scanner to cBrian Ryall2024-02-292-2/+2
|
* Update parsers: dtd, gitattributes, hyprlang, tcl, wing, xmlnvim-treesitter-bot[bot]2024-02-281-6/+6
|
* fix(typst): adapt queries to breaking parser updateChristian Clason2024-02-282-13/+1
|
* fix(purescript): comment out utf-8 charPhạm Huy Hoàng2024-02-282-7/+7
|
* Update parsers: angular, javascript, nim, perl, python, typst, wingnvim-treesitter-bot[bot]2024-02-281-7/+7
|
* Update parsers: fidl, haskell, nickel, python, solidity, wingnvim-treesitter-bot[bot]2024-02-271-6/+6
|
* feat(c): local label highlightsRiley Bruins2024-02-261-0/+5
|
* Update parsers: arduino, php, php_only, wingnvim-treesitter-bot[bot]2024-02-261-4/+4
|
* feat(cooklang): update to scanner rewriteChristian Clason2024-02-252-2/+2
|
* feat(rust): add more regex injection queriesAmaan Qureshi2024-02-251-2/+30
|
* Update parsers: gpg, properties, pymanifest, requirements, rust, ssh_config, ↵nvim-treesitter-bot[bot]2024-02-251-9/+9
| | | | swift, udev, v
* feat(gdscript): update parsers and queries. (#6176)Preston Knopp2024-02-252-165/+181
| | | | | | | | | | | | | | | | | * feat(gdscript): add highlight for (pattern_guard "when") * feat(gdscript): update (type) highlights and support typed array * feat(gdscript): add highlight to attribute subscript ident * feat(gdscript): only apply @ constructor to init ident * feat(gdscript): replace greedy (parameters) match with independent match * feat(gdscript): add (typed_default_parameter) highlight * feat(gdscript): add (constructor_definition) indent * feat(gdscript): update big wall of built-in identifiers
* Update parsers: c, fennel, gitattributes, json, nim, pem, poe_filter, ↵nvim-treesitter-bot[bot]2024-02-241-12/+12
| | | | printf, readline, sourcepawn, wing, xcompose
* feat(nickel): adapt to scanner rewriteChristian Clason2024-02-232-2/+2
|
* feat(properties): update parser & queriesObserverOfTime2024-02-234-9/+15
|
* fix(fidl): remove requires_generate_from_grammarchaopeng2024-02-232-2/+1
|
* Update parsers: arduino, cmake, dtd, fidl, mlir, perl, slint, sourcepawn, ↵nvim-treesitter-bot[bot]2024-02-231-10/+10
| | | | wing, xml
* feat(format-scripts): linewrap predicates再生花2024-02-2357-1537/+1622
| | | "format-ignore".kick()
* feat(faust): better highlighting of function calls, built-in variables, and ↵Karl Hiner2024-02-232-12/+14
| | | | member access
* Update READMEnvim-treesitter-bot[bot]2024-02-231-0/+1
|
* feat: add fidl parser巢鹏2024-02-235-0/+84
|
* feat(c-sharp): add enum member declaration highlight queryJD Rudie2024-02-221-0/+3
|
* Update parsers: cmake, dtd, faust, fennel, gdscript, html, lua, php, ↵nvim-treesitter-bot[bot]2024-02-221-15/+15
| | | | php_only, rust, sourcepawn, typst, vim, wing, xml
* feat(chatito): update queriesObserverOfTime2024-02-212-5/+4
|
* fix(highlights): highlight @type in phpdocgbprod2024-02-211-0/+7
| | | | | Currently, phpdoc types that are not union type are not highlighted, this change allows to apply `@type` group to all types.
* Update READMEnvim-treesitter-bot[bot]2024-02-211-1/+1
|