Junegunn Choi
7cb559eb70
Update EXAMPLES.md
2015-10-09 23:02:47 +09:00
Junegunn Choi
fc9555cd65
Allow negation operator in ignore_groups option
...
e.g. ig['!String']
2014-06-24 00:09:51 +09:00
Junegunn Choi
a98c1ccc99
Add '#'-rule ( #30 )
...
For Ruby/Python comments. This new '#' rule will only match
'#' characters that are highlighted as comments.
2014-06-20 10:36:37 +09:00
Junegunn Choi
0aa6289d8c
Update EXAMPLES.md
2014-06-08 00:36:07 +09:00
Junegunn Choi
1d2c58c06a
Field index -> N-th parameter
2013-09-22 03:52:36 +09:00
Junegunn Choi
6b275b8a46
Revert C-style variable definition example
2013-08-23 17:55:35 +09:00
Junegunn Choi
0f70b20fdb
Add related work section ( #6 )
2013-08-23 13:14:03 +09:00
Junegunn Choi
12c319a8ac
Implement special keys to switch option values in interactive mode
...
With this commit, we can now change option values in interactive mode with the
folowing special keys
- CTRL-L left_margin
- CTRL-R right_margin
- CTRL-D delimiter_align
- CTRL-I indentation
- CTRL-U ignore_unmatched
- CTRL-G ignore_groups
('ignores' option has been renamed to 'ignore_groups', but backward-compatible)
2013-08-20 01:38:20 +09:00
Junegunn Choi
cef26cdef9
Update EXAMPLES
2013-08-19 14:59:35 +09:00
Junegunn Choi
aad5012615
Allow whitespaces between delimiter key and options
2013-08-13 20:38:23 +09:00
Junegunn Choi
3c4b7af9b5
Update EXAMPLES.md
2013-08-13 00:10:42 +09:00
Junegunn Choi
8805ec3834
Update EXAMPLES.md
2013-08-12 01:57:15 +09:00
Junegunn Choi
96608ee5ef
Update EXAMPLES.md
2013-08-12 01:56:08 +09:00
Junegunn Choi
a2811dc253
Add a proper support for \@=
2013-08-12 00:54:34 +09:00
Junegunn Choi
5e4ec85956
Update EXAMPLES.md
2013-08-11 03:07:37 +09:00
Junegunn Choi
b3281fb19a
Allow matching preceding atom with zero-width (\@=)
2013-08-11 02:33:22 +09:00
Junegunn Choi
1cf343a271
Workaround for E706
...
- Avoid E706 error
- Fix not to skip comment/string lines when ignore_unmatched is 0
2013-08-06 00:42:08 +09:00
Junegunn Choi
2486b9c6df
Usability improvements
...
- Preserve indentation when a line starts with a delimiter
- Useful for aligning multi-line method chains
- Renamed `margin_{left,right}` to `{left,right}_margin
- Makes it easier to type in (`l`, `r`)
- `margin_{left,right}` is still supported
- Margins can be specified as the number of spaces, or as an arbitrary string
2013-08-05 23:41:31 +09:00
Junegunn Choi
bd8327499a
Add support for arbitrary regular expressions
2013-08-04 11:22:40 +09:00
Junegunn Choi
6d841110af
Allow rule-wise configuration of ignores and ignore_unmatched
2013-08-02 12:21:55 +09:00
Junegunn Choi
9b20830c70
Fix: trailing delimiter not ignored ( #4 )
2013-08-01 23:28:05 +09:00
Junegunn Choi
5f59570c9f
Ignore delimiters in certain syntax highlighting groups
2013-07-30 01:54:32 +09:00