# GlyphConstruction language support for Sublime Text This package provides support in Sublime Text (3+) for the [GlyphConstruction language](https://github.com/typemytype/GlyphConstruction), used to describe how glyph shapes are built. The package provides: - Syntax highlighting - Completions (positioning keywords, color marks, transformation matrixes, comment variables) - Comments support - Smart typing pairs (quotes, parentheses, brackets) ## Installation (with Package Control) 1. Package Control: Install Package `GlyphConstruction` 2. Restart Sublime Text ## Contributing Don't hesitate to submit pull requests! ## Acknowledgements The syntax was adapted from the original Python [Pygments lexer](https://github.com/typemytype/GlyphConstruction/blob/32b1c14a748ca5e56c1beb5f9d571febd895e062/LibExtension/glyphConstructionLexer.py) written by Frederik Berlaen, who created the GlyphConstruction language.