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

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