- Snippets: cast, dynamic, using
- Snippets: std library top level definitions
- Grammars: recognises interpreter directives, emacs modelines, vim modelines
- Update grammar to haxe 3.4.0-rc.1
- Snippets: remove unnecessary line endings
- Snippets: description urls for Array/List/Map
- Snippets: remove Array/List/Map parentheses
- Fix scope name
- Snippets: null
- Snippets: hxml -D definitions
- Spec: fixes "tokenizes the #{keyword} keyword"
- Grammars cleanup
- Remove std lib grammars
- More snippet descriptions
- Add snippet for true/false
- Spec: add all keywords
- Fixed hxml grammar comment definition
- Added descriptions and urls to snippets
- Snippet for haxelib.json
- Spec tests
- TravisCI integration
- Grammar: remove flash specific std grammar definitions
- Fix hxml snippet
- Add missing hxml -version snippet
- haxe 3.3 support
- Snippets: minor
try/catch
improvement
- Syntax:
$type
is a keyword, nottype
- Snippets: extra newline after 'package'
- Snippets: Snippets: List, Map<K,V>
- Removed hss and swfml grammar
- Renamed grammar files to *-grammars.cson
- Split snippets for hx|hxml files into seperate files
- Required atom version >=1.5
- Snippets: suggest same placeholder as haxe prints with --help (,[optional])
- Snippets: Allow to exit current at next line
- Snippets: -D key=value support
- Snippets: improved --wait
- Hxml: --each grammer
- Updated settings/language-haxe.cson path for compatibility with atom api 1.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
- Conversion from Sublime Text package (which is from TextMate package)