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

View File

@ -262,3 +262,7 @@ endsnippet
snippet v "var(--...)"
var(--$0)
endsnippet
snippet ftscss "/* vim: set filetype=scss: */"
/* vim: set filetype=scss: */
endsnippet

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

View File

@ -1,3 +1,5 @@
extends html
snippet if "if () {}"
if ($1) {
$0

View File

@ -1 +0,0 @@
au BufNewFile,BufRead *.htm set filetype=octobercms