GraphQL Syntax coloring file for CotEditor.
- Download latest release GraphQL.yml
- Select the CotEditor menu
Preference... - Open the
Formattab - Click the menu button in the
Available syntax styleslist and chooseImport... - Select the downloaded
GraphQL.ymlfile
- Fork a repository and create a pull request based on a branch in that repository.
- Be sure to run
. /normalizerbefore 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.
