| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | feat(faust): add tree-sitter-faust (#6043) | Karl Hiner | 2024-02-08 | 5 | -0/+233 |
| | | |||||
| * | Update parsers: groovy, haskell, javascript, svelte, templ, wing | nvim-treesitter-bot[bot] | 2024-02-08 | 1 | -6/+6 |
| | | |||||
| * | fix(kotlin): remove slow highlight and local pattern (#5954) | Anthony Shi | 2024-02-06 | 2 | -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 Berg | 2024-02-06 | 1 | -0/+3 |
| | | |||||
| * | feat(latex): pre-compiled header highlights, tests | Riley Bruins | 2024-02-06 | 2 | -9/+45 |
| | | | | | | Also moves comment highlights to the very end to make them more future-proof. | ||||
| * | fix(latex): give comments higher precedence | Riley Bruins | 2024-02-06 | 1 | -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, wing | nvim-treesitter-bot[bot] | 2024-02-06 | 1 | -9/+9 |
| | | |||||
