Add a lit named ID match snippet

This commit is contained in:
Kenneth Benzie 2018-07-11 16:11:40 +01:00
parent 3757da8e96
commit 6cc8627c97

View File

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