Atom language support for GridLAB-D markup GLM
- Full syntax parsing
- Practical syntax highlighting
- Keyword recognition
- Keyword completion using autocomplete-plus
- Handy snippets for source editing
- Extensive test coverage
- Structural folding support
- Prettify command like pretty-json
- Support for symbols tree view
- This inherits the tag parsing from the symbols view package, which leads the matching regexes into ctags from out of the ctags-config file.
- GLM language parser
- Sublime Text GLM support which is sadly in practice only a C language port
- GitHub flavoured Markdown support as a generic atom language example
Copyright (C) 2016 Nico Rikken. Free use of this software is granted under the terms of the LGPL v3 License. This license is specifically chosen to enable all users to benefit from downstream derivations.
See the COPYING.LESSER file for details.
- Thanks to ldez for providing great CoffeeScript tooling for splitting up grammar into manageable pieces.