https://github.com/joshthederf/atom-language-gravity
Adds syntax highlighting for the Gravity language to Atom.
https://github.com/joshthederf/atom-language-gravity
atom-editor atom-language-support atom-package gravity-language
Last synced: 4 months ago
JSON representation
Adds syntax highlighting for the Gravity language to Atom.
- Host: GitHub
- URL: https://github.com/joshthederf/atom-language-gravity
- Owner: JoshTheDerf
- License: mit
- Created: 2017-03-16T12:50:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T13:01:58.000Z (about 8 years ago)
- Last Synced: 2025-01-04T23:22:19.822Z (5 months ago)
- Topics: atom-editor, atom-language-support, atom-package, gravity-language
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gravity Language Grammar for Atom
Adds an initial grammar for the remarkable [Gravity](https://marcobambini.github.io/gravity) language to Atom.
Initially ported from https://github.com/Dohxis/vscode-gravity with modifications.
**Note:** As Gravity is still a rapidly evolving language and the grammar definition is in flux, this package may be inaccurate or become out of date quickly. If you notice any issues, I'd be grateful if you'd open an issue in the repository or send a pull request. Thanks!

## Links
- [Gravity](https://marcobambini.github.io/gravity) - A tiny, embeddable, and powerful dynamically-typed language with Swift-style syntax written in C with no dependencies other than `stdlib`.
- [Atom](http://atom.io/) - A hackable text editor for the 21st Century