Linting of GML (GameMaker language) files. Uses the linter package.
First install language-gml and linter (the dependencies)
apm install language-gml linter
Then install this package
apm install linter-gml
At the moment, most of the linting is done by gml-pegjs, if an error is being reported wrong, add a new issue here. If you want to improve the linter beyond this or correct something that is handled by this package, you could correct it here, by running:
git clone https://github.com/ThomasHickman/gml-pegjs # or your forkapm install linter language-gml # if you haven't installed thesecd ./gml-pegjsnpm install
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.