https://github.com/rmosolgo/language-graphql
GraphQL support for Atom text editor
https://github.com/rmosolgo/language-graphql
atom-language-support graphql syntax-highlighting
Last synced: 3 days ago
JSON representation
GraphQL support for Atom text editor
- Host: GitHub
- URL: https://github.com/rmosolgo/language-graphql
- Owner: rmosolgo
- License: mit
- Created: 2015-08-14T19:56:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T20:34:58.000Z (over 5 years ago)
- Last Synced: 2025-04-28T16:04:50.195Z (3 days ago)
- Topics: atom-language-support, graphql, syntax-highlighting
- Language: CoffeeScript
- Size: 35.2 KB
- Stars: 57
- Watchers: 2
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# language-graphql [](https://travis-ci.org/rmosolgo/language-graphql) [](https://atom.io/packages/language-graphql)
Atom syntax highlighting for GraphQL, ported from [language-babel](https://github.com/gandm/language-babel).

## Todo
- Autocompletion based on a JSON or pretty-printed schema.
## Development
- Run tests: `apm test`
- Open with grammar reloading:
- Add the project to Atom's packages `apm link .`
- Open the project in development mode `atom --dev .`
- Create a `scratch.graphql` file to check highlighting## License
MIT