This repository contains (rudimentary) syntax highlighting for Aya
To make a change to this grammar:
- change
Aya.yml
accordingly (see the documentation of the grammar format), - test your changes on Lightshow,
- generate the
Aya.tmLanguage
file using this script, - commit and push your changes (or send a pull request to this repository),
- wait patiently for the next release and deployment of linguist on GitHub, the changes here will be taken into account automatically.
We only use tmLanguage
to highlight keywords because we don't think regex a good choice of doing that regardless of the complexity of the language.