Sublime Text Syntax highlighting for single-file Collagraph components.
- Via Package Control: search for
Collagraph Syntax Highlight
. - Manual: clone this repo into your Sublime
Packages
folder.
- The development of this syntax relies on the YAML-Macros package. You can install it from Package Control.
- Do not edit
Collagraph Component.sublime-syntax
directly. Work inCollagraph Component.sublime-syntax.yaml-macros
instead. Once done editing, run "Build With: YAML Macros" from Sublime's command palette. This will update the actualCollagraph Component.sublime-syntax
file.