new: Added an HTML snippet for autoclosing tags
This commit is contained in:
parent
dedbea9eb3
commit
ec2f46016d
1 changed files with 4 additions and 0 deletions
4
laptop/my-snippets/html.snippets
Normal file
4
laptop/my-snippets/html.snippets
Normal file
|
@ -0,0 +1,4 @@
|
|||
snippet "<(\w+)>" "autoclose tags" rb
|
||||
<`!p snip.rv = match.group(1)`>$0</`!p snip.rv = match.group(1)`>
|
||||
endsnippet
|
||||
|
Loading…
Reference in a new issue