Add lit global ID regex snippet
This commit is contained in:
parent
d0ce0a66ad
commit
709408fdeb
@ -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