diff --git a/README.md b/README.md index fa907ea..a42efc9 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,6 @@ Examples | `:` | Alignment around 1st colon | | ... | ... | -Demo ----- - -[Screencast](https://vimeo.com/63506219) - Defining custom alignment rules ------------------------------- @@ -59,15 +54,20 @@ Define (or override) alignment rules. ```vim let g:lesser_align_delimiters = { -\ '/': { -\ 'pattern': '/', +\ 'x': { +\ 'pattern': '[xX]', \ 'margin_left': ' <<<', \ 'margin_right': '>>> ', -\ 'stick_to_left': 0, +\ 'stick_to_left': 0 \ } \ } ``` +Demo +---- + +[Screencast](https://vimeo.com/63506219) + Author ------