SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

use oniguruma regex syntax inside tmPreferences #105

Closed keith-hall closed 7 years ago

keith-hall commented 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