An open API service indexing awesome lists of open source software.

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.

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!

![Screenshot of Gravity inside Atom](https://github.com/Tribex/atom-language-gravity/blob/master/resources/screenshot.png?raw=true)

## 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