This commit is contained in:
Ray Elliott 2021-10-25 09:35:01 +01:00
commit a03bf550ce
4 changed files with 10 additions and 1 deletions

View file

@ -35,3 +35,7 @@ endsnippet
snippet tagi "wrap with tag inline"
<$1$0>${VISUAL}</$1>
endsnippet
snippet ftphp "<!-- vim: set filetype=php -->"
<!-- vim: set filetype=php: -->
endsnippet