clemos / haxe-sublime-bundle

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

Contextual code generation #194

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'm planning to implement some of flashdevelop's code generation features. But this will require reworking of 'Haxe.tmLanguage' (it will also improve code highlighting, symbol list and sublime's 'goto definition' feature). Are there any features that rely on the current 'Haxe.tmLanguage' structure? Can I change that file?