groovy.tmbundle icon indicating copy to clipboard operation
groovy.tmbundle copied to clipboard

Fix capturing in multi-lined regexp

Open jycchoi opened this issue 2 years ago • 0 comments

Fix the following condition in multi-lined regexp:

  • Able to capture:

    ~/multi-lined[\/]
        regexp/
    
  • But failed to capture:

    ~/multi-lined
        regexp/
    

jycchoi avatar Mar 15 '22 04:03 jycchoi