No description
Find a file
Kevin Leung 94b9dc65b7 Don't decrease indent for "case" and "default"
It is causing unwanted indent decrease for "inline cases" (i.e. `case cond: expr;` in the same line)
2016-02-29 17:21:14 +08:00
grammars Set hxml grammar name to 'Hxml' 2016-02-15 19:21:01 +01:00
settings Don't decrease indent for "case" and "default" 2016-02-29 17:21:14 +08:00
snippets Snippets: suggest same placeholder as haxe prints with --help (<file>,[optional]). 2016-02-15 18:51:59 +01:00
.gitignore Add gitignore 2016-02-11 01:37:37 +01:00
CHANGELOG.md Changelog version 4.0.0 2016-02-15 19:00:24 +01:00
package.json Prepare 0.4.0 release 2016-02-21 16:19:07 -10:00
README.md Update README 2016-02-11 01:41:14 +01:00

Haxe language support in Atom

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


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