X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vim%2Fmysnippets%2Fhtml.snippets;fp=.vim%2Fmysnippets%2Fhtml.snippets;h=0a508e59acb06bc44dbd737c9739ae40e34f1fd6;hp=0000000000000000000000000000000000000000;hb=fdcd4945ebca688bd20c91247331518b29248f7e;hpb=c0c63d848769bf3d17d1df45ebdb90971f947fc5 diff --git a/.vim/mysnippets/html.snippets b/.vim/mysnippets/html.snippets new file mode 100644 index 0000000..0a508e5 --- /dev/null +++ b/.vim/mysnippets/html.snippets @@ -0,0 +1,17 @@ +snippet `<[a-z]+[0-9]*` "HTML tag expand" r +<`!p snip.rv = match.group()[1:]`>$0 +endsnippet + +snippet html "html template" w + + + + + + + + + + + +endsnippet