Closed scoavoux closed 8 years ago
I am trying to ignore a multiline pattern (html-formatted comments). It works fine for the global count. However, whenever I select lines in an ignored pattern, sublime freezes. Here is the regex:
"strip": { "markdown" : [ "<!--(\n?.*?)+-->" ] }
can you please provide an example
I am trying to ignore a multiline pattern (html-formatted comments). It works fine for the global count. However, whenever I select lines in an ignored pattern, sublime freezes. Here is the regex: