Commit Graph

654 Commits

Author SHA1 Message Date
Andy K. Massimino
03ebc3b7db Fix MatchupWhereAmI pattern for nvim hl groups
fixes #281
2023-04-10 19:53:13 -04:00
Tom van Dijk
156367e4cb fix: Move to non-deprecated vim.treesitter function calls (#278)
ref: neovim/neovim@cbbf8bd
2023-03-25 10:52:02 -04:00
Andy K. Massimino
f69d1ac5bd Support TS bash, dockerfile injection, resolve #276 2023-03-16 13:48:28 -04:00
Andy K. Massimino
fef9f334e6 Fix issue with TS range instead of node 2023-03-06 19:04:25 -05:00
Andy K. Massimino
3a48818a81 Fix a test case 2023-02-19 09:12:24 -05:00
Kassio Borges
60afb50b4a Add ruby singleton class match (#270)
Now it'll match `singleton_class` like:
```ruby
class << self
  # ...
end
```
2023-02-19 09:08:39 -05:00
Andy K. Massimino
54ac6e1f22 Fix html text_obj edges, fixes #218 2023-02-19 08:58:39 -05:00
Andy K. Massimino
1c7fa2880d Remove reference to old nvim 2023-02-19 08:43:00 -05:00
Andy K. Massimino
a1a9c1d52e Add vim TS queries for else and for 2023-02-18 16:12:29 -05:00
Andy K. Massimino
cdb67af15a Add basic vim TS query 2023-02-18 15:59:38 -05:00
Andy K. Massimino
2dffaedded Handle nested TS syntax, closes #271 2023-02-18 15:58:59 -05:00
Andy K. Massimino
d7a5d19354 Update TS support files 2023-02-18 09:21:32 -05:00
oncomouse
945e01e39f update nvim 0.7 treesitter api (#272) 2023-02-12 11:18:03 -05:00
Andy K. Massimino
9c95910e85 Fix julia TS query compound_statement 2023-02-11 16:35:18 -05:00
Andy K. Massimino
959e0e79ea Apply minor modernizations (abort, reltimefloat) 2023-01-18 13:02:05 -05:00
Andy K. Massimino
e75ffcdbdd Fix safety check for TS hl-info 2023-01-18 12:53:30 -05:00
Andy K. Massimino
1f1ac485e7 Add another safety check for TS hl-info 2023-01-18 12:50:53 -05:00
bagohart
db5120dd98 fix typos in readme and doc about exclusive motion in visual mode (#266) 2022-12-04 09:40:49 -05:00
Andy K. Massimino
55e3330436 Fix a linewise op for html 2022-11-13 09:22:29 -05:00
Andy K. Massimino
9e6b5471b0 Add xml pattern helper 2022-11-13 09:21:10 -05:00
LostNeophyte
6de3f49bd6 TS js: add try statement (#265) 2022-11-13 09:12:52 -05:00
Wuelner Martínez
bc091fd9c3 fix(readme): setup is used to load options with packer.nvim (#263)
see https://github.com/wbthomason/packer.nvim#specifying-plugins
2022-11-07 18:37:31 -05:00
Andy K. Massimino
3aee393685 Update readme 2022-11-06 20:29:13 -05:00
Andy K. Massimino
f8f65dbaf9 Add support for relativenumber on nvim float win
Related to #253
2022-11-06 11:19:49 -05:00
Andy K. Massimino
7b7bba93f2 TS queries: add astro, resolve #260 2022-11-06 09:45:53 -05:00
Andy K. Massimino
addbbc1ecc Adjust html words further 2022-11-06 09:44:23 -05:00
Andy K. Massimino
572edcb24f Be more careful about insert mode cursor position
Closes #186
2022-11-06 09:44:16 -05:00
Silas Groh
d37643c3d2 Fix if let expressions in Rust (#261) 2022-11-05 14:46:09 -04:00
Andy K. Massimino
09576fd767 Update html patterns 2022-10-26 22:11:11 -04:00
Jędrzej Boczar
3fa1b2283e Pass bufnr to TS configs.is_enabled (#251) 2022-10-01 16:51:34 -04:00
Andy Massimino
80ad7817e5 Merge TS playground changes from upstream (#250) 2022-09-21 11:13:57 -04:00
Munif Tanjim
62cbb1082f Fix javascript treesitter queries for function (#249) 2022-09-20 20:12:44 -04:00
Allen Hsu
ab8575d05f TS Rust add if let. (#245)
Co-authored-by: Allen Hsu <allen.hsusp+git@gmail.com>
2022-09-11 12:03:38 -04:00
Allen Hsu
9aa08cd0bf TS Ruby add block param delimiters (#244)
Co-authored-by: Allen Hsu <allen.hsusp+git@gmail.com>
2022-09-01 20:04:09 -04:00
Andy K. Massimino
5aa3e58db4 Add TS lua do/end query, fix #238 2022-08-27 12:00:32 -04:00
Andy Massimino
950ef5d6a2 Fix for changes to nvim upstream TS/hl API, fix #241 (#242)
* Fix for changes to nvim upstream TS/hl API, fix #241

re https://github.com/neovim/neovim/pull/19931

* Work around bug in TS playground util

* Work around nvim TS highlighter.hl_map change

* Fix lint
2022-08-27 11:59:34 -04:00
Ramil Gadzhiev
e59d5c73f1 TS support ruby. Add absent modifiers (#233) 2022-08-23 20:55:51 -04:00
Andy K. Massimino
87b8e9018f Fix TS syntax option load order 2022-08-17 22:55:07 -04:00
Andy K. Massimino
3d4ba4c3ae Adjust check for TS hl module, syntax, fix #198,#239 2022-08-17 22:37:24 -04:00
Andy K. Massimino
3cebd218a7 Remove vim match_words override ref #214 2022-07-16 08:49:38 -04:00
Andy K. Massimino
33fc8b819f Allow offscreen position at cursor, fixes #223 2022-07-12 18:26:17 -04:00
Andy K. Massimino
976ebfe61b Fix some issues with offscreen popup props, fixes #228 2022-05-28 21:01:08 -04:00
Enrico Maria De Angelis
a2f1c05ddb Fix offscreen popup when there is a WinBar (#229) 2022-05-28 20:48:52 -04:00
Andy Massimino
ecf6f16bfa Test fix 220525 (#226)
* Try to fix TS test

* Fix gitlab ci yaml

* Fix gitlab ci syntax 2
2022-05-25 22:08:52 -04:00
Andy K. Massimino
45f9643b6b Split transmute handlers for TS error re #225 2022-05-25 21:45:10 -04:00
Andy K. Massimino
e79020276a Add basic perl TS matches 2022-05-14 08:47:07 -04:00
Andy K. Massimino
485e71120f Fix bug with missing node text, fix #222 2022-05-05 21:07:25 -04:00
Andy K. Massimino
fc03e1982a Fix TS nvim test 2022-05-03 23:06:56 -04:00
Andy K. Massimino
b016e0ffab Fix lua lint 2022-05-03 22:16:03 -04:00
Andy K. Massimino
96abbdcb2e Improve performance of TS matching with xml re #221 2022-05-03 22:11:41 -04:00