You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Derek Schmidt 41dca29833 Initial tree-sitter implimentation 2 years ago
grammars Initial tree-sitter implimentation 2 years ago
settings Fix settings scope name 7 years ago
snippets Snippets: minor cleanup and additions 7 years ago
spec Grammar: recognize interpreter directives (hashbang), emac, vim mode 7 years ago
.gitignore Update gitignore 7 years ago
.travis.yml TravisCI: build dev branch 7 years ago
CHANGELOG.md Merge branch 'master' into master 6 years ago
README.md Snippet examples markdown formatting 7 years ago
package-lock.json Initial tree-sitter implimentation 2 years ago
package.json Initial tree-sitter implimentation 2 years ago

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