Add vim-box design to boxes-config (#62)

This commit is contained in:
Ricky Anderson 2019-11-18 20:50:50 +07:00 committed by Thomas Jensen
parent 26315e8860
commit 57cc8537e8

View File

@ -2918,4 +2918,39 @@ END jstone
# ============================================================================
BOX vim-box
author "Ricky Anderson <ricky.anderson2696@gmail.com>"
designer "(public domain)"
revision "1.0"
created "2019-11-17"
tags "programming, box"
sample
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Header seperator on your vim config's file (.vimrc) "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
ends
delim ?'
shapes {
nw ('"') n ('"') ne ('"')
w ('"') e ('"')
sw ('"') s ('"') se ('"')
}
replace '"' with '\"' # quote closing comment tags
reverse '\\\"' to '"'
padding {
horiz 1
}
elastic (n, e, s, w)
END vim-box
# ============================================================================
#EOF vim: set ai sw=4: