clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

fixing regex and adding flags #226

Closed MattTuttle closed 9 years ago

MattTuttle commented 9 years ago

Regex needs to be checked before strings and arrays because it can include all of those symbols. I also added regex flags to be highlighted and escape characters.

ghost commented 9 years ago

Thanks.