No description
Find a file
theRemix 12e082bef7 Merge pull request from RudenkoArt/master
added macro and type.class.haxe
2015-12-02 17:02:56 -10:00
grammars Merge pull request from RudenkoArt/master 2015-12-02 17:02:56 -10:00
settings moved settings file to new location for atom api 1.0 2015-05-22 20:41:04 -10:00
snippets removes copyright (c) from snippets. resolves 2015-07-10 09:48:03 -10:00
CHANGELOG.md updates CHANGELOG.md for 0.3.0 tag 2015-05-22 20:57:47 -10:00
package.json version bump for compatibility with atom api 1.0 2015-05-22 20:47:30 -10:00
README.md formatting README 2014-04-02 22:36:50 -10:00

Haxe language support in Atom

Adds syntax highlighting and snippets to Haxe files in Atom.

Originally converted from the Haxe TextMate bundle.
Also took some grammars and snippets from nicetrysean

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

See the Changelog


Screenshots of syntax highlighting.

Sample of some of the snippets.

'v'
v

'var'
var

'fn'
fn

'fun'
fun

'pf'
pf

'prf'
prf

'prsif' 'ret'
prsif ret

'switch' 'case' 'def'
switch case def

'fori' 'tr'
fori tr

'for' 'trace'
for trace