Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T20:34:58.000Z (about 5 years ago)
- Last Synced: 2024-10-10T12:07:04.345Z (about 1 month ago)
- Topics: atom-language-support, graphql, syntax-highlighting
- Language: CoffeeScript
- Size: 35.2 KB
- Stars: 57
- Watchers: 3
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# language-graphql [![Build Status](https://travis-ci.org/rmosolgo/language-graphql.svg?branch=master)](https://travis-ci.org/rmosolgo/language-graphql) [![Version](https://img.shields.io/apm/v/language-graphql.svg)](https://atom.io/packages/language-graphql)
Atom syntax highlighting for GraphQL, ported from [language-babel](https://github.com/gandm/language-babel).
![image](https://cloud.githubusercontent.com/assets/2231765/21265892/9ed466cc-c371-11e6-934f-1579baf24309.png)
## 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