mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-05 21:49:04 +01:00
Add vim-box design to boxes-config (#62)
This commit is contained in:
parent
26315e8860
commit
57cc8537e8
35
boxes-config
35
boxes-config
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user