Commit Graph

531 Commits

Author SHA1 Message Date
Andy K. Massimino
fb5c4606ef Add test for ts syn skip cases 2021-10-06 19:05:30 -04:00
Andy K. Massimino
e1e7b3afc4 Split neovim tests for ts 2021-10-06 19:05:30 -04:00
zeertzjq
ce323c1ed8 fix: correct floating window position in Neovim 0.6 nightly
Following https://github.com/neovim/neovim/pull/15832
It is no longer necessary to subtract border height from row.
2021-10-05 22:55:59 -04:00
Andy K. Massimino
deec2858c9 Fix popup alignment with signcolumn 2021-10-04 09:30:44 -04:00
Andy K. Massimino
870df0bb74 Cleanup 2021-10-01 12:06:21 -04:00
Andy K. Massimino
d3474f8301 Fix offscreen popup, add option syntax_hl, fixes #182 2021-10-01 12:04:55 -04:00
Andy K. Massimino
74cbb6b941 Make some minor cleanups 2021-09-29 19:51:41 -04:00
Andy K. Massimino
cdf8ff7c1e Add ts engine option include_match_words 2021-09-28 22:15:05 -04:00
Andy K. Massimino
35899fd1ed Fix missing is_hl_enabled, closes #181 2021-09-28 07:25:15 -04:00
Andy K. Massimino
2ea566403c Use ts syn skip if available 2021-09-27 21:03:55 -04:00
Andy K. Massimino
0a93cee48d Enable highlighting in vim offscreen popup 2021-09-27 21:03:27 -04:00
Andy K. Massimino
76fea276c4 Add lua multiline comments re #174 2021-09-27 20:32:27 -04:00
Andy K. Massimino
6e1702709c Cleanup readme 2021-09-27 20:31:03 -04:00
Andy K. Massimino
97896a6d97 Adjust insert mode surround, per-mode cache #re 180 2021-09-26 20:54:36 -04:00
Andy K. Massimino
daaa7dbde5 Allow fullwidth popup for vim, fix #179 2021-09-20 08:36:03 -04:00
Andy K. Massimino
5a1978e46a Add comment about matchit with nvim re #176 2021-09-12 09:43:22 -04:00
Andy K. Massimino
909eab5ee9 Add starter TS queries for rust re #140 2021-09-12 09:26:19 -04:00
Andy K. Massimino
4bbb22d694 Fix stuck test 2021-08-28 09:41:52 -04:00
Andy Massimino
38077fd551 Merge pull request #170 from jose-elias-alvarez/nvim-window-borders
Support offscreen popup borders options for Neovim 0.5+
2021-08-28 09:32:07 -04:00
Jose Alvarez
9bc96b46f2 Support offscreen popup borders options for Neovim 0.5+ 2021-08-28 13:08:18 +09:00
Andy K. Massimino
118739e0bd Install test TS ruby parser later 2021-08-27 20:21:29 -04:00
Andy K. Massimino
730a4919f4 Install TS ruby parser in test 2021-08-27 20:19:34 -04:00
Andy K. Massimino
c51d532577 Add a new test for TS motions 2021-08-27 20:08:08 -04:00
Andy K. Massimino
0a1655c669 Fix n% issue with TS matches 2021-08-27 20:08:08 -04:00
Andy Massimino
e0911719d1 Merge pull request #172 from seb-mueller/patch-1
Update matchup.txt
2021-08-25 20:51:25 -04:00
seb-mueller
5201340164 Update matchup.txt
Fixing small typos in help file concerning `a%` and `i%` mappings
2021-08-23 12:02:49 +02:00
Andy K. Massimino
96738bdb81 Fix check for maxcol in visual block mode re #163 2021-08-15 16:49:20 -04:00
Andy Massimino
816751e279 Merge pull request #165 from zeertzjq/always-override-Npercent
Always override N% if `g:matchup_motion_override_Npercent` >= 100
2021-08-09 23:51:26 -04:00
Andy Massimino
830fd70788 Merge pull request #168 from tlvu2697/add-unless-matchup-for-ruby
Add "unless" matchup for Ruby
2021-08-09 23:08:12 -04:00
zeertzjq
e2cb323447 Always override N% if g:matchup_motion_override_Npercent >= 100 2021-08-10 10:55:13 +08:00
Le-Vu Tran
ec4dcfb196 Add else clause to unless 2021-07-27 23:35:30 +07:00
Le-Vu Tran
ce40a38a80 Improve if clause as suggested by the author 2021-07-27 23:35:21 +07:00
Le-Vu Tran
ad17a2bc2f Remove else 2021-07-27 11:24:22 +07:00
Le-Vu Tran
a06196bd19 Add unless matchup for Ruby 2021-07-27 10:24:22 +07:00
Andy K. Massimino
80315c2933 Add TS query for javascript template string, re #58 2021-07-25 16:54:20 -04:00
Andy K. Massimino
ffaa0c2a02 Add TS queries for javascript, jsx, tsx (re #156) 2021-07-25 16:48:12 -04:00
Andy K. Massimino
8ae49bf65c Add elm TS queries, fixes #167 2021-07-23 20:21:12 -04:00
Andy K. Massimino
61802ad25f Remove spurious lang argument in TS detach, fix #164 2021-07-19 08:48:52 -04:00
Andy K. Massimino
b9cd82ccf8 Update TS query library file 2021-07-19 08:46:12 -04:00
Andy K. Massimino
05f4962c64 Fix TS query reload autocmds, fix #161 2021-07-05 18:45:44 -04:00
Andy K. Massimino
39e39b1338 Update ts query lua (fix lint) 2021-07-04 16:34:47 -04:00
Andy K. Massimino
78775d82af Update ts query lua 2021-07-04 16:29:52 -04:00
Andy K. Massimino
4cd3736a68 Add skip expression for TS 2021-06-17 09:37:28 -04:00
Andy K. Massimino
be396a2abc Run workflow on all branches 2021-06-15 22:09:24 -04:00
Andy K. Massimino
bf8f385869 Add vue to htmllike 2021-06-15 21:40:13 -04:00
Andy K. Massimino
665fb976ed Add TS html query, better align vue,svelte queries 2021-06-15 21:05:07 -04:00
Andy K. Massimino
7b7b5f3746 Inline nvim-treesitter's query.lua 2021-06-15 21:04:56 -04:00
Andy Massimino
f81877ce4b Merge pull request #160 from andymass/newtest
New test framework
2021-06-15 21:00:08 -04:00
Andy K. Massimino
5759fd71a1 Adjust workflow 2021-06-15 19:39:40 -04:00
Andy K. Massimino
9099677cff Add one more test 2021-06-15 19:30:07 -04:00