I get a ST crash by trying to use a recursive regex in an Indentation Rule:
<key>increaseIndentPattern</key>
<string>(?xi)
^ \s* where \s* \(([^()]|(?R))*\) \s* $
</string>
I know I should use \g, but I don’t think the whole application should crash.