Commit Graph

80 Commits

Author SHA1 Message Date
windwp
150697f4a5
add pair afterquote (#59)
* add autopairs close end quote

* add pairs after quote
2021-05-24 11:37:11 +07:00
windwp
1eaaeb145d fix moveright on quote 2021-05-20 21:15:02 +07:00
windwp
ce2514a9b6 fix endwise indent and disable auto ts_node 2021-05-04 07:55:43 +07:00
windwp
d880d36559 fix is_ts_node 2021-04-26 21:30:01 +07:00
windwp
50a1c65caf fix move right with custom character 2021-04-22 17:05:55 +07:00
windwp
18ceac6c70 fix end_wise rule 2021-04-22 14:04:26 +07:00
windwp
332a52198d update rule api 2021-04-22 13:53:27 +07:00
windwp
6c1063cc65 remove > tag in basic rule 2021-04-22 07:02:34 +07:00
windwp
5eed64c6aa add treesitter node 2021-04-21 11:39:36 +07:00
windwp
b4a4d53089 update README 2021-04-20 18:05:45 +07:00
windwp
1e75891fc6
fix #38 (#40) 2021-04-20 10:41:22 +07:00
windwp
8a5dbfcbcc add markdown rule and add docs for endwise 2021-04-19 10:36:48 +07:00
windwp
57080c4c96 update end_pair 2021-04-19 08:38:23 +07:00
windwp
dc73b76a0c add use_regex 2021-04-19 08:38:23 +07:00
windwp
460cdfce42 use endwise 2021-04-19 08:38:23 +07:00
windwp
3b2fba3ac5 update condition move right 2021-04-18 09:30:22 +07:00
windwp
ce60a10e6d add ci 2021-04-18 08:45:09 +07:00
windwp
fd20894296 update 2021-04-18 08:45:09 +07:00
windwp
31576b80a7 done 2021-04-18 08:45:09 +07:00
windwp
0172f38c46 finis 2021-04-18 08:45:09 +07:00
windwp
1e808ecdf0 finish add pair 2021-04-18 08:45:09 +07:00
windwp
8e9187d001 newfile 2021-04-18 08:45:09 +07:00
windwp
228c4bc517 fix: check pairs inside quote 2021-04-15 15:30:50 +07:00
windwp
5ad7fe1c5b fix #20 move cursor right with grave 2021-02-03 08:22:30 +07:00
elianiva
88bef9d57c
feat: added ignored_next_char options (#18) 2021-01-27 22:02:17 +07:00
windwp
98408a4774 refactor filetype breaklink 2021-01-21 06:31:17 +07:00
windwp
dc4dcd9d5f fix single quote 2021-01-18 08:25:36 +07:00
windwp
faa01b0f73 update quote 2021-01-17 21:18:59 +07:00
windwp
dadffeeb01 remove test file 2021-01-17 11:44:12 +07:00
windwp
431a963df5
add unit test (#9)
* add test

* add test with feedkeys not finish

* fix #6 skip single quote with previous character is a word

* update README.md

* Hotfix remove print msg

* add test WIP

* update README

* add more pairs group on breakline

* fix wrong pairs on html

* remove print msg

* fix character in quote

* finish test
2021-01-17 09:06:38 +07:00