No description
Find a file
2016-09-26 17:22:15 +02:00
grammars Remove std lib grammars 2016-09-26 14:10:12 +02:00
settings Fix settings scope name 2016-09-26 17:22:15 +02:00
snippets Add snippet for true/false 2016-09-26 14:39:41 +02:00
spec Spec: add all keywords 2016-09-26 15:11:22 +02:00
.gitignore Update gitignore 2016-09-17 07:39:47 +02:00
.travis.yml TravisCI: build dev branch 2016-09-22 05:42:04 +02:00
CHANGELOG.md update CHANGELOG 2016-09-26 04:59:13 -10:00
package.json Prepare 0.5.1 release 2016-09-26 04:59:23 -10:00
README.md Snippet examples markdown formatting 2016-09-26 14:48:09 +02:00

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