Add a lit named ID match snippet

This commit is contained in:
Kenneth Benzie 2018-07-11 16:11:40 +01:00
parent b932bea407
commit f7876e63f2

View File

@ -86,3 +86,7 @@ endsnippet
snippet *[ "GitHub style checkbox"
* [${1: }] $0
endsnippet
snippet [[ "lit named ID match" i
[[${1:name}:%[a-zA-Z0-9]+]]
endsnippet