GraphQL Syntax coloring file for CotEditor.
- Download latest release GraphQL.yml
- Select the CotEditor menu
Preference...
- Open the
Format
tab - Click the menu button in the
Available syntax styles
list and chooseImport...
- Select the downloaded
GraphQL.yml
file
- Fork a repository and create a pull request based on a branch in that repository.
- Be sure to run
. /normalizer
before committing.
Run normalizer in the Terminal before committing.
The normalizer sorts the order of the output files because the order of the output files changes each time they are exported from CotEditor, making it difficult to understand the differences.
$ ./normalizer
The pre-executed file is saved as GraphQL.yml.back
and the normalized file is saved as GraphQL.yml
.
Do not commit GraphQL.yml.back
file.
Licensed under the BSD 3-Clause License.