Add lit global ID regex snippet

This commit is contained in:
Kenneth Benzie 2019-02-27 09:40:25 +00:00
parent d0ce0a66ad
commit 709408fdeb

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