hsnips icon indicating copy to clipboard operation
hsnips copied to clipboard

Can Not Match regular expression like: `(\S*)\.log$` "Desc" without A

Open zhouhuiquan opened this issue 1 year ago • 0 comments

Version: 0.2.8 with A is OK

snippet `(\S*)\.log` "Desc"  A
xxxxxx
endsnippet

no log without A is OK

snippet `(\S*)\.` "Desc" 
xxxxxx
endsnippet

has log and without A is NOT OK

snippet `(\S*)\.log` "Desc"  
xxxxxx
endsnippet

zhouhuiquan avatar Apr 29 '23 14:04 zhouhuiquan