Compare commits

...

2 Commits

2 changed files with 7 additions and 3 deletions

View File

@ -71,7 +71,7 @@ snippet note "NOTE comment"
endsnippet
snippet *x "GitHub style checkbox"
* [${1: }] $0
* [${1:x}] $0
endsnippet
snippet "* [" "GitHub style checkbox"

View File

@ -6,6 +6,10 @@ snippet {{ "lit regex" i
{{${1:regex}}}
endsnippet
snippet id "lit ID regex" i
%[a-zA-Z0-9]+
snippet gid "lit global ID regex" i
@[a-zA-Z0-9_]+
endsnippet
snippet id "lit ID regex" i
%[a-zA-Z0-9_]+
endsnippet