language-haxe/README.md
2016-09-22 04:19:41 +02:00

1.5 KiB

Haxe language support in Atom

Package version! Plugin installs! Build Status

Adds syntax highlighting and snippets to Haxe files in Atom (hx,hxml).

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


'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