clemos / haxe-sublime-bundle

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

Fixing colorization #131

Closed MattTuttle closed 10 years ago

MattTuttle commented 10 years ago

Fixed some minor colorization issues with #elseif, wildcard packages, and calling new with multiple type arguments. See below:

#if condition
#elseif (foo || bar)
#end
import foo.bar.*;
var secondNowHighlights = new MyType<First, Second>();
clemos commented 10 years ago

Thanks !