Commit graph

417 commits

Author SHA1 Message Date
Jonas Dujava
e6cc783b74 fix(query): use explicitly the legacy behavior
After
6913c5e1d9
it is necessary to opt-in explicitly to the old behavior.

Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-09-02 10:18:59 +01:00
Amaan Qureshi
0ec9a8e00c feat(zig)!: adapt to upstream parser change 2024-08-30 01:21:43 -04:00
Sönke Holz
0f3332788e feat(devicetree): add devicetree support 2024-08-07 07:52:19 +01:00
ss-raicangu
2aba92ceb1 docs: move vimdoc to doc/
Problem: `:helptags` don't seem to be read when they are generated at
         the root of the project.
Solution: `:help 'runtimepath'` suggests that Neovim looks in the `doc/`
          directory for documentation tags. Moving the vimdoc file to
          `doc/` and generating `:helptags` seems to work. Tested with
          `:help nvim-treesitter-context`.
2024-07-14 20:43:49 +01:00
Alex Martens
f56a1430f2 feat(ruby): add missing context patterns 2024-07-06 06:44:27 +01:00
Lewis Russell
7f69542054 fix: clear all namespaces 2024-07-05 14:55:37 +01:00
novenary
3bb6966e91 fix: check if buffer is loaded
Fixes #455.
2024-07-05 14:49:24 +01:00
Lewis Russell
d1767935a6 fix: do not create contexts with invalid ranges
Fixes #442
2024-07-05 14:41:57 +01:00
Lewis Russell
813170c8ef feat: copy over extmarks 2024-07-05 14:15:53 +01:00
Lewis Russell
8198ad4b01 fix: avoid using -1 as a column
Fixes #456
2024-07-05 14:08:54 +01:00
Lewis Russell
0734ffb03d fix: handle contexts with zero width 2024-07-05 14:08:54 +01:00
CapSel
867d6b2a53 feat(cpp): add lambda_expression context for cpp 2024-07-05 11:35:58 +01:00
Aliaksandr Truš
2e5aef3d30 feat(proto): add proto support 2024-07-04 14:01:22 +01:00
Lewis Russell
1ac390aded test: add generic testing framework 2024-07-04 10:58:49 +01:00
Lewis Russell
02eefe50e0 test: move tests into subdir 2024-07-04 10:58:49 +01:00
Lewis Russell
a45e576526 ci: remove auto commit 2024-07-03 17:24:04 +01:00
Lewis Russell
04e0644182 fix: remove files added by mistake 2024-07-03 17:22:18 +01:00
lewis6991
cc908326c9 docs: Update README.md 2024-07-02 17:01:46 +00:00
Lewis Russell
e23218b816
Merge pull request #461 from nvim-treesitter/cits
ci: install treesitter
2024-07-02 17:58:51 +01:00
Lewis Russell
7867da7314 ci: fixup 2024-07-02 17:22:15 +01:00
Lewis Russell
c6a9e45bb4 ci: test v0.10.0 2024-07-02 16:11:04 +01:00
Lewis Russell
27e5488c13 ci: install treesitter
ci: add parsers cache

ci: NVIM_TS_SHA

ci: remove is_CI
2024-07-02 16:10:01 +01:00
Lewis Russell
a2d8aa6d0c ci: fix (2) 2024-07-02 13:46:33 +01:00
Lewis Russell
1ba826c1a3 ci: fix 2024-07-02 13:46:01 +01:00
Lewis Russell
8f408ec86a ci: fix nightly 2024-07-02 10:47:49 +01:00
Lewis Russell
e16dff9093 test(ocaml): add test.ml 2024-07-02 10:34:59 +01:00
Lewis Russell
a1d11bffa7 fix: all broken queries and tests 2024-07-02 10:22:03 +01:00
malaow3
1b9c756c0c Update svelte queries 2024-06-30 18:59:36 +01:00
Novus Nota
f2cbd231e2 feat(tact): update queries 2024-06-27 20:30:13 +01:00
Lewis Russell
c827142b97 ci: get nvim-treesitter 2024-06-27 17:32:48 +01:00
Lewis Russell
d087b7a00c ci: set XDG_DATA_HOME 2024-06-27 17:31:37 +01:00
Lewis Russell
4ebc6b8e96 ci: install parsers 2024-06-27 17:30:24 +01:00
Lewis Russell
2e0b35cf9c ci: remove file glob 2024-06-27 17:13:49 +01:00
Lewis Russell
7e74c5021b ci: nightly triggers 2024-06-27 17:08:18 +01:00
Lewis Russell
37da716804 feat(ci): check queries for all languages 2024-06-27 17:00:25 +01:00
Lewis Russell
00cb0522a8 docs: update README.md 2024-06-27 15:53:25 +01:00
Ahmet Karalar
5efba33af0 fix(swift): add lambda_literal
Add lambda_literal, which also defines a context in Swift and is used extensively in the language in the form of trailing closures.
2024-06-02 16:26:28 +01:00
Marc Jakobi
f62bfe19e0 fix(haskell): update quereis for tree-sitter-haskell v0.22.0 rewrite 2024-05-22 15:31:05 +01:00
Lewis Russell
55e29081e7 docs: add vimdoc
Fixes #137
2024-05-17 14:57:59 +01:00
Lewis Russell
865424e468 fix: vendor tbl_flatten 2024-05-17 09:43:44 +01:00
Josh Pencheon
6d076414ff fix(ruby/rspec): correct 'describe' block 2024-05-16 17:29:14 +01:00
Josh Pencheon
29d89e50a4 fix(ruby): support singleton class as context 2024-05-16 17:29:14 +01:00
Vincent Jousse
7068ad6d16 feat: add elm support 2024-05-15 14:05:01 +01:00
Amaan Qureshi
df58c81237 fix(c_sharp): update queries from upstream 2024-05-13 23:59:15 -04:00
Brayan-724
1e52a2c422 fix: height error while scrolling down 2024-05-11 21:05:00 +01:00
Lewis Russell
7f116ce800 Revert "docs: update bug report template"
This reverts commit 0cb0ab3ca7.
2024-05-10 10:43:00 +01:00
Lewis Russell
0cb0ab3ca7 docs: update bug report template 2024-05-10 10:41:36 +01:00
Novus Nota
2650e6431f feat: add Tact queries 2024-05-02 23:32:16 +01:00
Alexei Mozaidze
4fe0a54e86 feat(fennel): improve queries 2024-04-24 19:53:10 +01:00
Sam-programs
ba4289ad34 fix(nighly): use get_hl_from_capture for nightly, instead of hl_cache 2024-04-19 11:01:57 +01:00