Open o-az opened 10 months ago
Workaround is to use a range to scope it:
```solidity /onRecvPacket/1#g
I'm not sure we should auto-implement breaking on boundaries (e.g. punctuation, spaces) or not. We could maybe add a flag to do that? Kind of like regex flags which fits with the syntax...
`b` for `break`:
````md
```solidity /onRecvPacket/b#g
I think regex is the way to go! Will do that
Using the following snippet where I'm highlighting
onRecvPacket
and noticedonRecvPacketProcessing
is getting highlighted too: