Go to file
Derek Schmidt 41dca29833 Initial tree-sitter implimentation 2021-10-22 17:17:57 -07:00
grammars Initial tree-sitter implimentation 2021-10-22 17:17:57 -07:00
settings Fix settings scope name 2016-09-26 17:22:15 +02:00
snippets Snippets: minor cleanup and additions 2016-10-18 15:43:19 +02:00
spec Grammar: recognize interpreter directives (hashbang), emac, vim mode 2016-10-18 16:18:56 +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 Merge branch 'master' into master 2017-03-11 19:59:55 -10:00
README.md Snippet examples markdown formatting 2016-09-26 14:48:09 +02:00
package-lock.json Initial tree-sitter implimentation 2021-10-22 17:17:57 -07:00
package.json Initial tree-sitter implimentation 2021-10-22 17:17:57 -07:00

README.md

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