0.2.1 • Published 9 years ago

language-haxe v0.2.1

Weekly downloads
427
License
MIT
Repository
github
Last release
9 years ago

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