aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(latex)!: adjust to dropped parser.cChristian Clason2024-04-011-0/+1
|
* feat(roc): add new parser tree-sitter-rocnat-4182024-04-011-0/+8
|
* fix(uninstall): use correct path separator on windows (#6369)Seb Tomasini2024-03-311-0/+2
|
* feat(liquid): add new parser tree-sitter-liquid (#6359)Hank Jackson2024-03-291-0/+8
| | | (templating language)
* fix(smali): move to github mirrorChristian Clason2024-03-251-1/+1
|
* fix(install): remove extra space during cd (#6355)Joshua Haas2024-03-251-1/+1
| | | breaks xonsh
* fix(liquidsoap): move scanner to CChristian Clason2024-03-231-1/+1
|
* feat(tlaplus): move to C scannerChristian Clason2024-03-221-1/+1
|
* feat: add djot support (#6326)Noah Bogart2024-03-221-0/+8
| | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Add "just" parserTomas Sandven2024-03-211-0/+8
|
* feat(install): add blob filter to git clone command (#6325)TLW2024-03-201-0/+1
|
* feat: add vento support (#6261)Matthew Taylor2024-03-181-0/+9
|
* feat(http): switch to new parser versionNTBBloodbath2024-03-181-2/+1
| | | | | | | | | | | | | | fix(http): use `@variable.member` for fields fix(http): keep the comment injection fix(http): keep `method` capture as `@function.method` docs(README.md): update HTTP parser maintainers list feat(http): remove redundant captures cleanup(http): remove unneedeed highlighting captures
* bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ↵nvim-treesitter-bot[bot]2024-03-171-2/+2
| | | | | | ocaml_interface, swift, v adapt to ocaml grammar location change
* feat(yaml)!: switch upstream parserAmaan Qureshi2024-03-151-3/+3
|
* feat: add gotemplate and helm parser supportqvalentin2024-03-031-0/+17
|
* feat: map automake to makeWu Zhenyu2024-03-031-0/+1
|
* feat(vue): switch to new parser (#6233)Christian Clason2024-03-021-1/+2
| | | | | | | * feat(vue): switch to new parser --------- Co-authored-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
* fix(astro): update to scanner rewriteChristian Clason2024-03-011-1/+1
|
* feat: add support for gdshader (#6153)GodOfAvacyn2024-02-291-0/+9
| | | | | | | Godot shading language --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat(beancount): refactor scanner to cBrian Ryall2024-02-291-1/+1
|
* feat(cooklang): update to scanner rewriteChristian Clason2024-02-251-1/+1
|
* feat(nickel): adapt to scanner rewriteChristian Clason2024-02-231-1/+1
|
* feat(properties): update parser & queriesObserverOfTime2024-02-231-2/+2
|
* fix(fidl): remove requires_generate_from_grammarchaopeng2024-02-231-1/+0
|
* feat: add fidl parser巢鹏2024-02-231-0/+9
|
* feat(fennel)!: switch to maintained parser (#6132)Alexei Mozaidze2024-02-211-2/+2
| | | | Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
* feat: add tmux parserwzy2024-02-191-0/+8
|
* fix: typosdundargoc2024-02-191-2/+2
|
* feat(svelte)!: switch upstream parserAmaan Qureshi2024-02-191-2/+2
|
* fix(bass): revert to upstream parser (#6131)Christian Clason2024-02-191-1/+1
|
* feat: add typst parserRaafat Turki2024-02-181-0/+8
|
* feat: change some ft, lang pairsWu Zhenyu2024-02-151-4/+2
| | | | | mysql comes from $VIMRUNTIME/syntax/mysql.vim expect comes from $VIMRUNTIME/syntax/expect.vim
* feat: add the muttrc parserWu Zhenyu2024-02-151-0/+9
|
* feat: add the hlsplaylist parserWu Zhenyu2024-02-141-0/+8
|
* fix(xml): adapt to repo layout changeChristian Clason2024-02-131-4/+4
|
* chore(v): update repository urlTuriiya2024-02-111-1/+1
|
* 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`.
* feat(tcl): add parser and queriesChristian Clason2024-02-091-0/+8
|
* chore(vue): adapt to scanner rewrite (#6068)Amaan Qureshi2024-02-101-2/+2
|
* feat: add sourcepawn parser and queries (#5865)Charles2024-02-101-0/+9
|
* feat(slint)!: change to the official parser (#6027)Tobias Hunger2024-02-091-3/+2
| | | | | | | | | | | 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>
* feat: add hyprlang parser & queries (#5852)Luckas2024-02-091-0/+8
| | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* feat: add tree-sitter-asm parser (#5946)wzy2024-02-091-0/+8
|
* chore(ruby): adapt to scanner rewriteAmaan Qureshi2024-02-091-1/+1
|
* feat(d)!: switch upstream parser to `gdamore/tree-sitter-d`Amaan Qureshi2024-02-081-6/+3
|
* feat(readline): add parser tree-sitter-readline (#6058)Riley Bruins2024-02-081-0/+8
|
* feat(faust): add tree-sitter-faust (#6043)Karl Hiner2024-02-081-0/+9
|
* fix(inc-selection): handle deleting non-existing keymapsMaria José Solano2024-02-031-4/+4
|
* refactor(inc-selection): simplify keymap and add error messageMaria José Solano2024-02-031-14/+7
|