vshaxe / haxe-TmLanguage

TextMate grammars for Haxe and HXML
MIT License
7 stars 9 forks source link

Fix highlighting for left parenthesis after keywords #59

Open Zorbn opened 11 months ago

Zorbn commented 11 months ago

The capture that was supposed to highlight the left parenthesis in if/while/for/etc statements was actually referring to nothing because it seems (?<=) doesn't capture. This commit fixes that, which isn't noticeable in the default themes, but is very noticeable in themes that highlight parenthesis/braces with specific colors.