Hi, I tried it on the regex in the following code:
import re
r = re.compile(r"^[\w-\.]+@")
And there was an exception:
Error executing Lua callback: ...share/nvim/lazy/Hypersonic.nvim/lua/hypersonic/merge.lua:236: attempt to concatenate a nil value
stack traceback:
...share/nvim/lazy/Hypersonic.nvim/lua/hypersonic/merge.lua:236: in function 'Merge'
.../share/nvim/lazy/Hypersonic.nvim/lua/hypersonic/init.lua:56: in function 'get_informations'
.../share/nvim/lazy/Hypersonic.nvim/lua/hypersonic/init.lua:203: in function <.../share/nvim/lazy/Hypersonic.nvim/lua/hypersonic/init.lua:196>
Hi, I tried it on the regex in the following code:
And there was an exception:
The full regex I wanted to test is https://regexr.com/3e48o