Compare commits

..

No commits in common. "aff61cd8a897300b5fcadd69f770c49c3c410890" and "d0ce0a66adf5e61b6e8f5bcedefac4d85098b11b" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

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

View File

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