Compare commits
2 Commits
d0ce0a66ad
...
aff61cd8a8
Author | SHA1 | Date | |
---|---|---|---|
aff61cd8a8 | |||
709408fdeb |
@ -71,7 +71,7 @@ snippet note "NOTE comment"
|
||||
endsnippet
|
||||
|
||||
snippet *x "GitHub style checkbox"
|
||||
* [${1: }] $0
|
||||
* [${1:x}] $0
|
||||
endsnippet
|
||||
|
||||
snippet "* [" "GitHub style checkbox"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user