包详细信息

language-haxe

theRemix90MIT0.2.1

Haxe language support in Atom

自述文件

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

更新日志

CHANGELOG

0.2.0 Merged in grammars and some snippets from https://github.com/nicetrysean/atom-haxe
Added my own snippets for .source.hx
Added gif screenshots of snippets to README
0.1.0 Conversion from Sublime Text package (which is from TextMate package)