diff --git a/README.asciidoc b/README.asciidoc index a44527c0..5a8cf9af 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -122,6 +122,17 @@ existing highlighters are: * *number_lines*: show line numbers * *regex*: highlight a regex, takes 3 parameters +Filters +------- + +Filters can be installed to interact with buffer modifications. They can be +added or removed with :addfilter and +:rmfilter + +exisiting filters are: + +* *preserve_indent*: insert previous line indent when inserting a newline + Hooks -----