add snippets for javascript, markdown, php and xml

This commit is contained in:
Simon Vieille 2019-03-28 13:16:43 +01:00
commit ca892f0fcc
Signed by: deblan
GPG key ID: 03383D15A1D31745
4 changed files with 60 additions and 21 deletions

View file

@ -3,3 +3,9 @@ function $1($2) {
$3
}
endsnippet
snippet cc "function" bi
/**
* $1
*/
endsnippet