| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update parsers: c, javascript, rust, wing | nvim-treesitter-bot[bot] | 2024-02-17 | 1 | -4/+4 | |
| | | ||||||
| * | feat(ecma): highlight label identifiers | Riley Bruins | 2024-02-16 | 1 | -0/+2 | |
| | | ||||||
| * | Update parsers: glsl, hlsl, hlsplaylist, muttrc, purescript, query, wing, ↵ | nvim-treesitter-bot[bot] | 2024-02-16 | 1 | -8/+8 | |
| | | | | | zathurarc | |||||
| * | highlights(slang): add support for `associatedtype` | Stephan Seitz | 2024-02-15 | 2 | -1/+2 | |
| | | ||||||
| * | Update parsers: agda, bash, c, c_sharp, cpp, css, devicetree, dtd, ↵ | nvim-treesitter-bot[bot] | 2024-02-15 | 1 | -36/+36 | |
| | | | | | embedded_template, go, haskell, html, java, javascript, jsdoc, json, julia, kotlin, ocaml, ocaml_interface, php, php_only, python, ql, regex, ruby, rust, scala, slang, sql, tsx, typescript, verilog, wing, xml, zathurarc | |||||
| * | fix(haskell): comment out unsafe utf8 node | Christian Clason | 2024-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | feat: change some ft, lang pairs | Wu Zhenyu | 2024-02-15 | 1 | -4/+2 | |
| | | | | | | mysql comes from $VIMRUNTIME/syntax/mysql.vim expect comes from $VIMRUNTIME/syntax/expect.vim | |||||
| * | feat: add the muttrc parser | Wu Zhenyu | 2024-02-15 | 5 | -0/+74 | |
| | | ||||||
| * | fix(latex): update bibstyle queries (#6102) | gi1242 | 2024-02-15 | 2 | -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 Bruins | 2024-02-15 | 3 | -2/+21 | |
| | | ||||||
| * | feat: add the hlsplaylist parser | Wu Zhenyu | 2024-02-14 | 5 | -0/+55 | |
| | | ||||||
| * | Update parsers: tcl, wing | nvim-treesitter-bot[bot] | 2024-02-14 | 1 | -2/+2 | |
| | | ||||||
| * | feat(lalrpop): highlight annotation macros | Gartox | 2024-02-13 | 1 | -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-13 | 1 | -10/+10 | |
| | | | | | xml, zathurarc | |||||
| * | fix(yuck): comment out start-of-line parens | Phạm Huy Hoàng | 2024-02-13 | 3 | -16/+44 | |
| | | ||||||
| * | fix(cpp): add back comment injection | Jaehwang Jung | 2024-02-13 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-13 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: arduino, bash, chatito, dtd, gitattributes, gpg, pem, ↵ | nvim-treesitter-bot[bot] | 2024-02-13 | 1 | -21/+21 | |
| | | | | | poe_filter, printf, properties, pymanifest, rasi, requirements, scala, ssh_config, swift, udev, wing, xcompose, xml, zathurarc | |||||
| * | fix(xml): adapt to repo layout change | Christian Clason | 2024-02-13 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: properties, scala, slang, wing, zathurarc | nvim-treesitter-bot[bot] | 2024-02-12 | 1 | -5/+5 | |
| | | ||||||
| * | feat(jsx): spell check text nodes (#6083) | Sean Boult | 2024-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | chore(v): update lockfile | Turiiya | 2024-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | chore(v): update repository url | Turiiya | 2024-02-11 | 2 | -2/+2 | |
| | | ||||||
| * | fix: use augroup for auto_install autocmds | Jongwook Choi | 2024-02-11 | 1 | -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, zathurarc | nvim-treesitter-bot[bot] | 2024-02-11 | 1 | -8/+8 | |
| | | ||||||
| * | ci: fix invalid workflow | dundargoc | 2024-02-10 | 8 | -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` | dundargoc | 2024-02-10 | 2 | -7/+7 | |
| | | | | | It's convenient to not need to manually update the runner version. | |||||
| * | chore(bash): update parser and highlights | Amaan Qureshi | 2024-02-10 | 2 | -1/+2 | |
| | | ||||||
| * | feat(ecma): highlight decorator and destructuring | Ananda Umamil | 2024-02-10 | 1 | -4/+17 | |
| | | ||||||
| * | Update parsers: arduino, bash, beancount, cpp, dtd, luadoc, slint, wing, xml | nvim-treesitter-bot[bot] | 2024-02-10 | 1 | -12/+12 | |
| | | ||||||
| * | fix(readline): more descriptive version number hl | Riley Bruins | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix(readline): proper indents while editing | Riley Bruins | 2024-02-09 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat(tcl): add parser and queries | Christian Clason | 2024-02-09 | 6 | -0/+143 | |
| | | ||||||
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | chore(vue): adapt to scanner rewrite (#6068) | Amaan Qureshi | 2024-02-10 | 2 | -3/+3 | |
| | | ||||||
| * | feat: add sourcepawn parser and queries (#5865) | Charles | 2024-02-10 | 6 | -0/+337 | |
| | | ||||||
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat(slint)!: change to the official parser (#6027) | Tobias Hunger | 2024-02-09 | 9 | -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: ruby | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: asm, faust, readline, ruby, wing | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -5/+5 | |
| | | ||||||
| * | fix(unison): adapt to breaking parser change | Christian Clason | 2024-02-09 | 2 | -3/+3 | |
| | | ||||||
| * | fixup: it's fine | Christian Clason | 2024-02-09 | 2 | -2/+2 | |
| | | ||||||
| * | ci: pin tree-sitter-cli version in npm install | Christian Clason | 2024-02-09 | 2 | -3/+2 | |
| | | | | | This prevents bad tags from messing up CI | |||||
| * | feat: add hyprlang parser & queries (#5852) | Luckas | 2024-02-09 | 6 | -0/+75 | |
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add tree-sitter-asm parser (#5946) | wzy | 2024-02-09 | 5 | -0/+70 | |
| | | ||||||
| * | chore(ruby): adapt to scanner rewrite | Amaan Qureshi | 2024-02-09 | 2 | -2/+2 | |
| | | ||||||
| * | feat(d)!: switch upstream parser to `gdamore/tree-sitter-d` | Amaan Qureshi | 2024-02-08 | 8 | -238/+429 | |
| | | ||||||
| * | feat(readline): add parser tree-sitter-readline (#6058) | Riley Bruins | 2024-02-08 | 7 | -0/+92 | |
| | | ||||||
