https://github.com/maxhoffmann/ecmascript
Better JavaScript syntax recognition for Sublime Text
https://github.com/maxhoffmann/ecmascript
Last synced: about 1 year ago
JSON representation
Better JavaScript syntax recognition for Sublime Text
- Host: GitHub
- URL: https://github.com/maxhoffmann/ecmascript
- Owner: maxhoffmann
- License: mit
- Created: 2013-08-26T20:14:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T15:17:46.000Z (over 12 years ago)
- Last Synced: 2025-01-23T06:31:57.749Z (about 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ECMAScript
==========
This project aims to provide an up-to-date .tmLanguage file for the latest [ECMAScript specification](http://www.ecma-international.org/ecma-262/5.1
) including properties and functions of the browser environment.
## Contributing
New rules should be organized according to the [official TextMate language file documentation](http://manual.macromates.com/en/language_grammars).
The language file is split up into multiple JSON files that can be concatenated via grunt. The destination file is ECMAScript.JSON-tmLanguage which is converted using the AAAPackageDev Sublime package. More information on the compilation process can be found [here](http://docs.sublimetext.info/en/sublime-text-2/extensibility/syntaxdefs.html).
I will update this README with a more detailed explanation.
## License
MIT License