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}}}
|
{{${1:regex}}}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet id "lit ID regex" i
|
snippet gid "lit global ID regex" i
|
||||||
%[a-zA-Z0-9]+
|
@[a-zA-Z0-9_]+
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet id "lit ID regex" i
|
||||||
|
%[a-zA-Z0-9_]+
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user