Commit graph

322 commits

Author SHA1 Message Date
HiPhish
bb48714623 Update Zig query 2024-08-31 01:18:21 +02:00
HiPhish
9bbd3ea1b2 Add parenthesized expression SQL pattern 2024-08-31 00:50:30 +02:00
HiPhish
9f3d10e66a Synchronise Go query with upstream parser 2024-08-19 10:28:57 +02:00
HiPhish
c097f728a4 Remove duplicate pattern in Rust query 2024-08-14 23:49:14 +02:00
HiPhish
8b212ca68a Remove broken SQL pattern 2024-08-14 23:28:02 +02:00
HiPhish
308cbc10a7 Remove broken query from Luadoc 2024-08-14 21:22:27 +02:00
HiPhish
b598aef62b Remove duplicate pattern in C++ query 2024-08-14 20:12:50 +02:00
HiPhish
bbd8eea0d8 Fix missing @container capture in C++ 2024-08-14 00:05:16 +02:00
HiPhish
8d88eaf246 Fix duplicate extmarks in Ruby 2024-08-13 19:56:34 +02:00
HiPhish
ea4a2da7d1 Fix duplicate extmarks in Zig 2024-08-12 23:54:56 +02:00
HiPhish
1a7721677c Fix recorded gold standard for Zig 2024-08-12 23:42:52 +02:00
HiPhish
589ceeab12 Fix duplicate extmarks in Common Lisp
Some delimiters could get the same extmark twice.  This would have no
visual impact, but it is still a bug and can mess up testing.
2024-08-12 18:48:19 +02:00
HiPhish
fffe2d9070 Improve Vim script query 2024-08-11 23:56:16 +02:00
Jeremy Capblancq
b40b683602
fix(c_sharp): missing tuple_pattern capture 2024-07-28 12:59:55 -04:00
HiPhish
960cce4eba Add Awk support 2024-07-25 00:08:49 +02:00
HiPhish
e53baeb126 R: Remove duplicate pattern 2024-07-07 23:48:46 +02:00
Philippe Massicotte
b35d8bd373
♻️ (rainbow-delimiters.scm): rename nodes for better clarity and consistency 2024-07-03 13:04:26 -04:00
HiPhish
c5b3067601 Add support for Django HTML templates 2024-06-14 01:22:13 +02:00
Danielkonge
6d3371d66c feat(wgsl): Add wgsl support 2024-05-29 21:26:03 +02:00
Danielkonge
6bfbaef4a4 Add missing Rust pattern 2024-05-29 21:26:03 +02:00
HiPhish
870a8e32ac Merge branch 'cue-fix' 2024-05-29 01:25:57 +02:00
HiPhish
849803e0a6 Add missing C++ patterns 2024-05-24 12:31:28 +02:00
Hoang Nguyen
d517b618ea
fix(cue): add missing captures index_expression and dynamic 2024-05-24 00:00:00 +07:00
HiPhish
7642804faf Fix C# query patterns 2024-05-21 18:20:58 +02:00
HiPhish
a0e715996c Fix Haskell query 2024-05-21 16:46:17 +02:00
HiPhish
b0f8e7d8a6 Merge branch 'oxfist/master' 2024-05-20 22:39:08 +02:00
Andrés Quilodrán
eb3e304523
Add missing queries for TypeScript interface and enum 2024-05-19 00:42:33 -04:00
wenjin
68d4041975
fix(java): delimiter not work, fix #115 2024-05-17 18:06:40 +08:00
HiPhish
126c130759 Merge branch 'oxfist/master' 2024-05-07 17:13:36 +02:00
HiPhish
f47cace3b1 Add missing loop_macro pattern for Common Lisp 2024-05-07 13:59:04 +02:00
HiPhish
170994e291 Add Teal support 2024-05-07 09:38:28 +02:00
Andrés Quilodrán
df28ee219c
Add a few missing javascript nodes 2024-05-07 00:28:19 -04:00
HiPhish
f760e60143 Merge branch 'oxfist/master' 2024-05-06 23:57:04 +02:00
Andrés Quilodrán
bb464d3b1f
Improve support for R 2024-05-01 22:23:22 -04:00
Alexei Mozaidze
2279491726 fix(fennel): update queries
Updated the queries to support the updated upstream parser. Also, simplified queries significantly.
2024-04-29 13:38:20 +04:00
Micah Halter
cac7dfe65b
fix(julia): remove deprecated query and add missing delimiters 2024-04-18 08:34:36 -04:00
HiPhish
580bc045c7 Add Python literal string interpolation pattern 2024-03-23 16:20:21 +01:00
HiPhish
2200900e3c Add missing pattern to Typst, update changelog 2024-03-16 00:42:23 +01:00
Martin Walls
fe0b2ef7c7 feat(typst): add Typst lang support 2024-03-15 18:13:14 +00:00
reo101
5ec0504686
fix(fennel)!: update queries to reflect new upstream parser
https://github.com/nvim-treesitter/nvim-treesitter/pull/6132

Also add commented out query for highlighting the single ":" in table bindings
2024-02-25 13:46:24 +02:00
HiPhish
e03cdde9e1 Add Svelte support 2024-02-18 11:18:00 +01:00
HiPhish
48c579c007 Merge branch 'rasi-init' 2024-02-11 21:04:56 +01:00
HiPhish
2d3e5ab3dc Update changelog 2024-02-11 21:04:35 +01:00
Hoang Nguyen
404402c552
feat: add support for rasi 2024-02-12 00:00:00 +07:00
Hoang Nguyen
cfccf1e482
feat(go): add type_assertion_expression pattern for go 2024-02-12 00:00:00 +07:00
HiPhish
3674761e53 Add missing patterns to Python 2024-02-11 01:31:02 +01:00
HiPhish
d760de32c2 Merge branch 'luadoc-updates' 2024-01-28 18:30:13 +01:00
HiPhish
12b21501fc Clean up style of Luadoc query 2024-01-28 18:28:26 +01:00
Danielkonge
8b0e9205e1 fix(luadoc): add new luadoc queries 2024-01-25 22:38:40 +01:00
Danielkonge
334e0022c4 fix(starlark): add tuple_pattern query 2024-01-24 13:21:49 +01:00