Commit graph

1460 commits

Author SHA1 Message Date
nvim-treesitter-bot[bot]
f148c8a766 Update parsers: arduino, cmake, dtd, fidl, mlir, perl, slint, sourcepawn, wing, xml 2024-02-23 09:00:30 +00:00
Karl Hiner
a29058fe8b
feat(faust): better highlighting of function calls, built-in variables, and member access 2024-02-23 15:41:28 +09:00
巢鹏
a8d2b54e28
feat: add fidl parser 2024-02-23 11:57:07 +09:00
nvim-treesitter-bot[bot]
1398b1ba46 Update parsers: cmake, dtd, faust, fennel, gdscript, html, lua, php, php_only, rust, sourcepawn, typst, vim, wing, xml 2024-02-22 09:18:43 +01:00
ObserverOfTime
ebf0532d42 feat(chatito): update queries 2024-02-21 23:25:11 +02:00
Alexei Mozaidze
7d1bab6546
feat(fennel)!: switch to maintained parser (#6132)
Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
2024-02-21 13:44:01 +00:00
nvim-treesitter-bot[bot]
c4c1f516ec Update parsers: cuda, dtd, gdscript, hlsl, readline, slang, sourcepawn, wing, xml 2024-02-21 01:44:10 -05:00
nvim-treesitter-bot[bot]
d87074a06b Update parsers: gdscript, hlsplaylist, html, muttrc, wing, zathurarc 2024-02-20 09:18:23 +00:00
Christian Clason
ea3ddedd83 fix(meson): adapt to renamed node 2024-02-20 10:10:11 +01:00
wzy
e04ce8bcec
feat: add tmux parser 2024-02-19 14:26:32 -05:00
Amaan Qureshi
3a7b5a9fb4 feat(svelte)!: switch upstream parser 2024-02-19 08:11:17 -05:00
nvim-treesitter-bot[bot]
b3e53e9423 Update parsers: c, cpp, elm, html, markdown, markdown_inline, swift, vimdoc 2024-02-19 10:11:51 +01:00
Christian Clason
f857a96774
fix(bass): revert to upstream parser (#6131) 2024-02-19 00:56:42 -05:00
Amaan Qureshi
8e1df60b13 chore(puppet): update queries 2024-02-18 10:10:55 -05:00
Christian Clason
5e4b657181 fix(typst): add lockfile entry 2024-02-18 14:03:25 +01:00
nvim-treesitter-bot[bot]
f75a5b4e14 Update parsers: d, swift, wgsl_bevy 2024-02-18 10:50:43 +01:00
nvim-treesitter-bot[bot]
47d013d025 Update parsers: c, javascript, rust, wing 2024-02-17 02:02:51 -05:00
nvim-treesitter-bot[bot]
581e87ba4e Update parsers: glsl, hlsl, hlsplaylist, muttrc, purescript, query, wing, zathurarc 2024-02-16 08:53:24 +01:00
Stephan Seitz
d49a8f82f1 highlights(slang): add support for associatedtype 2024-02-15 19:10:49 -05:00
nvim-treesitter-bot[bot]
bdaa6b817a Update parsers: agda, bash, c, c_sharp, cpp, css, devicetree, dtd, 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 2024-02-15 09:16:29 +00:00
Wu Zhenyu
e4a1cc6e8e feat: add the muttrc parser 2024-02-15 09:39:10 +01:00
gi1242
69e4b99f13
fix(latex): update bibstyle queries (#6102)
Match grammar.js from commit 0d598bb95ffe3ba63403979d0d32158210974ca5 in
latex-lsp/tree-sitter-latex

Co-authored-by: gi1242 <gi1242+nvim-treesitter@gmail.com>
2024-02-15 07:59:28 +00:00
Wu Zhenyu
5a5cabd712 feat: add the hlsplaylist parser 2024-02-14 16:06:13 +01:00
nvim-treesitter-bot[bot]
883c72cddc Update parsers: tcl, wing 2024-02-14 09:49:17 +01:00
nvim-treesitter-bot[bot]
f6342874b1 Update parsers: c, chatito, dtd, lalrpop, properties, query, slint, wing, xml, zathurarc 2024-02-13 17:09:40 +00:00
nvim-treesitter-bot[bot]
1843594962 Update parsers: arduino, bash, chatito, dtd, gitattributes, gpg, pem, poe_filter, printf, properties, pymanifest, rasi, requirements, scala, ssh_config, swift, udev, wing, xcompose, xml, zathurarc 2024-02-13 09:33:50 +00:00
nvim-treesitter-bot[bot]
10d79b5dbb Update parsers: properties, scala, slang, wing, zathurarc 2024-02-12 09:45:14 +01:00
Turiiya
b52b298669 chore(v): update lockfile 2024-02-11 14:36:19 +01:00
nvim-treesitter-bot[bot]
96f190f7a1 Update parsers: bash, cpp, dart, gitattributes, hyprlang, ruby, wing, zathurarc 2024-02-11 13:47:39 +07:00
Amaan Qureshi
05962ae14a chore(bash): update parser and highlights 2024-02-10 06:58:38 -05:00
nvim-treesitter-bot[bot]
817ca60370 Update parsers: arduino, bash, beancount, cpp, dtd, luadoc, slint, wing, xml 2024-02-10 13:47:19 +07:00
Christian Clason
b8840a426e feat(tcl): add parser and queries 2024-02-09 18:29:39 +01:00
Amaan Qureshi
6b93dcd15a
chore(vue): adapt to scanner rewrite (#6068) 2024-02-10 02:05:52 +09:00
Charles
95036477c1
feat: add sourcepawn parser and queries (#5865) 2024-02-10 00:40:01 +09:00
Tobias Hunger
0f3183dda8
feat(slint)!: change to the official parser (#6027)
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>
2024-02-09 13:46:57 +00:00
nvim-treesitter-bot[bot]
f0d43eff13 Update parsers: ruby 2024-02-09 12:05:51 +00:00
nvim-treesitter-bot[bot]
4b00de5633 Update parsers: asm, faust, readline, ruby, wing 2024-02-09 10:19:33 +00:00
Christian Clason
8812089919 fix(unison): adapt to breaking parser change 2024-02-09 11:10:00 +01:00
Luckas
bc07e58f42
feat: add hyprlang parser & queries (#5852)
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
2024-02-09 10:19:46 +01:00
wzy
cab95b2f96
feat: add tree-sitter-asm parser (#5946) 2024-02-09 09:50:46 +01:00
Amaan Qureshi
6d1ab048d2 chore(ruby): adapt to scanner rewrite 2024-02-09 09:50:04 +01:00
Amaan Qureshi
76700e147b feat(d)!: switch upstream parser to gdamore/tree-sitter-d 2024-02-08 18:59:04 -05:00
Riley Bruins
cbf0dfd92f
feat(readline): add parser tree-sitter-readline (#6058) 2024-02-08 21:03:21 +02:00
Karl Hiner
b444afa1da
feat(faust): add tree-sitter-faust (#6043) 2024-02-08 10:54:33 +01:00
nvim-treesitter-bot[bot]
3e71d65447 Update parsers: groovy, haskell, javascript, svelte, templ, wing 2024-02-08 09:24:42 +00:00
nvim-treesitter-bot[bot]
7bba891bae Update parsers: angular, bash, gitcommit, glsl, hlsl, php, php_only, templ, wing 2024-02-06 09:14:58 +00:00
nvim-treesitter-bot[bot]
b7e1a6c2cd Update parsers: embedded_template, fennel, javascript, php, php_only, qmljs, ruby 2024-02-02 15:15:28 +00:00
nvim-treesitter-bot[bot]
9512582775 Update parsers: bicep, cpp, gitcommit, kdl, php, php_only, wing 2024-02-02 07:33:54 +00:00
Amaan Qureshi
8b99311ca1 chore(bicep): update queries and add scanner 2024-02-02 08:24:59 +01:00
Amaan Qureshi
5fca7ae496 chore(bicep): update highlights 2024-02-01 04:10:16 -05:00