Closed keith-hall closed 7 years ago
ST uses the oniguruma regex engine/syntax inside .tmPreferences files, so it makes sense to change the syntax highlighting to use it, so that we will have correct/more accurate highlighting on things like \k<test+0> where the capture group backreference can optionally target a particular relative recursion level
.tmPreferences
\k<test+0>
ST uses the oniguruma regex engine/syntax inside
.tmPreferences
files, so it makes sense to change the syntax highlighting to use it, so that we will have correct/more accurate highlighting on things like\k<test+0>
where the capture group backreference can optionally target a particular relative recursion level