Commit Graph

47 Commits

Author SHA1 Message Date
TANIGUCHI Masaya
50fec950de Replace exclude_filetypes by not_filetypes 2021-08-07 15:14:10 +07:00
TANIGUCHI Masaya
14bad1f3cd Add exclude_filetypes 2021-08-07 15:14:10 +07:00
windwp
ad40d49f45 fix: pair on afterquote 2021-07-29 19:31:23 +07:00
windwp
1df216ef70 fix: afterquote quote with out any text 2021-07-28 15:20:41 +07:00
windwp
e3e105b11a fix: is_end_line function 2021-07-24 07:16:46 +07:00
windwp
5a86b4f83c fix: ci 2021-07-23 17:48:53 +07:00
windwp
92b045dd1f fix: make column value work on another condition
add endwise is_end_line function
2021-07-23 16:35:43 +07:00
windwp
b0bbe8d908 fix: afterquote
It will better it is automatic add pair for quote when only have quote
in line some kind of noisy because we can remove map pair easy
2021-07-19 11:15:46 +07:00
windwp
7ff2f721cd add fast_wrap 2021-06-25 11:51:34 +07:00
windwp
86050e29dc test fastwrap not finish 2021-06-25 11:51:34 +07:00
windwp
58eec20d0f add feature to replace endpair 2021-06-07 09:26:10 +07:00
windwp
64c937940c fix after quote with double character 2021-06-06 14:46:37 +07:00
windwp
de252fadc3 fix move right multi character 2021-06-05 16:52:39 +07:00
windwp
b09ab7495e disable add bracket after quote with comma 2021-06-05 13:57:28 +07:00
windwp
d7f2976b55 add option enable_check_bracket_line 2021-06-02 08:43:48 +07:00
windwp
c7192e6fcc fix: add bracket afterquote inside a string 2021-05-25 10:38:40 +07:00
windwp
d616b72b05 fix: pairs on after quote 2021-05-24 12:04:37 +07:00
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