mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
6 lines
173 B
Text
6 lines
173 B
Text
|
# -*- mode: snippet -*-
|
||
|
# key: /box
|
||
|
# --
|
||
|
${1:$(format "┌-%s-┐" (make-string (length yas-text) ?-))}
|
||
|
| $1 |
|
||
|
${1:$(format "└-%s-┘" (make-string (length yas-text) ?-))}
|