Commit graph

419 commits

Author SHA1 Message Date
Álan Crístoffer
6eccc44539 fix(matlab): nvim-treesitter changed its parser. 2023-06-19 08:00:28 +01:00
Bartek Łuka
05aa871a41
Add support for haskell (#291)
* Add haskell

* Add test file + mark Haskell as supported

* Remove unused `action` function
2023-06-17 17:58:56 +01:00
Rémi Labeyrie
efe87061af feat: add TreesitterContextSeparator highlight group 2023-06-14 15:19:37 +01:00
Vadim Kazakov
cf61804761 add support for glimmer 2023-06-13 19:58:32 +01:00
Kieron Browne
d0f03149ed feat(go): support func literals
Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
2023-06-13 18:32:18 +01:00
Olivier Roques
66531e825a fix: context not updated when on_attach is false
Fix #281
2023-06-12 11:59:51 +01:00
SamuelSehnert
e2ea37627c feat: add initial Nix support 2023-06-02 08:19:40 +01:00
Lewis Russell
2182556aab fix: attach to current buffer when setup() isn't called in init.lua
Fixes #283
2023-05-31 10:38:27 +01:00
rsynnest
24535437a9 Update context.scm
Add else and else_if clauses to PHP context queries
2023-05-30 08:03:35 +01:00
Nils
7cd5ac1c38 feat(d): dlang support 2023-05-24 14:37:16 +01:00
Lewis Russell
c8f3a62c64 fix: bail if no highlight query 2023-05-17 11:56:45 +01:00
Lewis Russell
53102ec44b fix: simplfy is_valid() 2023-05-17 10:31:30 +01:00
Lewis Russell
6a44ce4def fix: remove redundant @as 2023-05-17 09:59:44 +01:00
Lewis Russell
215110689e fix: assert timer 2023-05-17 09:56:41 +01:00
Lewis Russell
8b6739053a use vim.bo/wo/w 2023-05-16 22:30:03 +01:00
Lewis Russell
b9f734e517 remove dependency on nvim-treesitter 2023-05-16 22:24:59 +01:00
Colin Kennedy
e3535ff78a
Add USD language (#278)
* Added USD context support

* Added USD as a supported language

* Added more USD context rules

* Added test/test.usd
2023-05-16 08:13:56 +01:00
Lewis Russell
f24a86c322 remove trailing ws 2023-05-12 11:02:01 +01:00
uchars
729cafed11 feat(fortran): fortran support 2023-05-11 14:16:11 +01:00
Lewis Russell
c3e07c3695 perf: change debounce to throttle 2023-05-11 14:14:52 +01:00
Lewis Russell
1a193dc36f perf: use max_start_depth in iter_matches 2023-05-11 13:27:33 +01:00
Andrei Lisnic
1cce4b735d
feat: add context jump function
* feat: add context jump function

* style: naming and nvim_win_set_cursor

* fix: track contexts per-buffer
2023-05-11 12:10:09 +01:00
Lewis Russell
ebb10f958f fix: #272
Fixes #272
2023-05-11 12:08:03 +01:00
Lewis Russell
97d36de214 Support for @context.start 2023-05-11 11:09:27 +01:00
wessel.blokzijl
75f8704fd3 feat: support for terraform 2023-05-11 11:09:27 +01:00
Lewis Russell
69498fb68c doc: add CONTRIBUTING.md 2023-05-11 10:50:42 +01:00
Folke Lemaitre
3bac80dc53 perf: debounce context updates 2023-05-11 10:42:54 +01:00
Lewis Russell
417ea941f8
fix: missing slash 2023-05-11 10:42:18 +01:00
Lewis Russell
ed52668514
doc: update README
Put supported languages in a details block
2023-05-11 10:41:37 +01:00
Lewis Russell
9b2b2a185b feat: add config.on_attach
Closes #172, #175
2023-05-11 10:10:59 +01:00
Lewis Russell
a48b5b374f fix: emmy types 2023-05-11 09:36:59 +01:00
Amaan Qureshi
971781fb9a chore(smali): update readme and add a test 2023-05-10 16:34:18 +01:00
Julian Hauser
333ce8bcce
feat: add norg queries
* feat: add norg queries

* add norg to README

* add test file

---------

Co-authored-by: jghauser <julianhauser.com>
2023-05-10 16:33:40 +01:00
Frank
c1bf9aa690 Update R queries
This adds queries for (super_assignment) and (function_definition), makes existing queries show only relevent information, and drops the (right_assignment) query as it does not make sense to show the entire value.
2023-05-10 14:21:59 +01:00
nahso
f1179bde94 add test file and modify readme 2023-05-08 08:33:03 +01:00
nahso
e4fb5fd2c8 feat: add cuda 2023-05-08 08:33:03 +01:00
Amaan Qureshi
c8626af1de feat: add Capnp 2023-05-07 19:57:49 +01:00
Noah
922ba682fd
feat(html): html support (#262)
* feat(html): html support

* feat: update README

* feat: moved README checkbox
2023-05-06 22:23:32 +01:00
zhangkai.zju
e423bc927b feat(go): add expression swich&case 2023-05-06 14:27:47 +01:00
Amaan Qureshi
0226dd6397 feat: add Smali 2023-05-04 09:16:13 +01:00
Nils
e1dc868e61 feat(matlab): matlab support 2023-05-01 19:24:36 +01:00
Nils
bf8e96b1d8 feat(go): multiline & switch-case 2023-04-29 23:44:04 +01:00
Nils
3f33c28f3c feat(graphql): graphql support 2023-04-29 21:11:34 +01:00
Nils
75b3a0422a feat(prisma): prisma support 2023-04-29 19:40:22 +01:00
Lewis Russell
6a59812bd7 doc: update README.md 2023-04-28 16:24:21 +01:00
Nils
7631e157f3 feat(ini): ini section highlight 2023-04-28 16:22:02 +01:00
Nils
6f00b0f228 feat(zig): multiline 2023-04-28 14:52:53 +01:00
Larry Lv
6efc51a1c1 Add singleton_method context query for Ruby 2023-04-27 23:14:11 +01:00
Jonathan Camilleri
79f2758d47 feat(cpp): add for range loop query 2023-04-26 20:30:25 +01:00
Jonathan Camilleri
a18efce760 test(cpp): add tests for cpp 2023-04-26 20:30:25 +01:00