- disable autocompletion in JavaScript with comma and so on - #83
- fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - #82
- support autocompletions with prefix started with $
- use autocomplete-plus for autocompletion.
- older autocompletion doesn't work with latest Atom.
- fix deprecated selector since Atom v1.13.0 - #68
- add new attributes of angularjs
- change syntax names to compatable with themes - #50
- fix a ng-model-options syntax highlight bug - #58
- add syntax highlight for ng-required - #59
- support jsp files - #55
- bug fixes - #46, #52
- add syntax highlight for ng-template - #51
- support language-javascript-semantic - #53
- rollback fixing emmet's tab autocompletion
- support normailzed angular's tags and attributes (e.g data-ng-if, x-ng-if)(#44)
- fix confict with emmet's tab autocompletion(#19)
- fix wrong syntax highlight(#42, #43)
- fix Atom update problem that Atom doen't update v0.2.0 and still use v0.1.0.(#39)
- fix syntax highlight error for ng-options(#20)
- upgrade to be compatible with atom v1.0 API. please see [Upgrading your package to 1.0 APIs] (https://atom.io/docs/latest/upgrading/upgrading-your-package) for more details.
- fix syntax highlight error for angular directives
- add directives and functions for angular v1.3.x
- add syntax highlight for angular directives (closes #13)
- add syntax highlight for angular expressions (closes #18)
- remove activation message useless (closes #16)
- remove semicolon in snippets to allow chaining (closes #4)
- fix error in javascript snippets (closes #11, thanks to @alepop )
merge atom-angularjs package, thanks to @btesser
- support autocompletes in html and javascript
- support snippets in html and javascript
- Issue #2 :
Improvements to Atom conversion thanks to @stevehansell
- Replaced $TM_JAVASCRIPT_TERMINATOR with semi-colons
- Removed escaping on $s in the snippet body
- Inserted a comma into '.text.html, .meta.tag': to fix the html snippets
Updated assets: Add more assets, e.g. keymaps, menus, for more flexibility/options.
Initial conversion of textmate version