Update README

This commit is contained in:
Junegunn Choi
2013-08-09 18:19:05 +09:00
parent edba1827ed
commit 10a4176159

View File

@@ -11,13 +11,14 @@ Demo
Features Features
-------- --------
- Optimized for code editing - Makes the common case easy
- Designed to require minimal keystrokes - Comes with a predefined set of alignment rules
- Extensible alignment rules - Provides a fast and intuitive interface
- Extensible
- You can define your own rules
- Supports arbitrary regular expressions - Supports arbitrary regular expressions
- Aligns text around either _all or n-th_ occurrence(s) of the delimiter - Optimized for code editing
- Ignores delimiters in certain syntax highlight groups (e.g. comments, strings) - Takes advantage of syntax highlighting feature to avoid unwanted alignments
- Ignores lines without a matching delimiter
Installation Installation
------------ ------------