This is a Sublime Text plugin to provide syntax highlighting for Blueprint compiler files, which is a markup language and compiler for GTK 4 user interfaces.
With color scheme Monokai Pro (Filter Spectrum)
This package is published on https://packagecontrol.io/ so easiest way to install is via Package Control inside Sublime Text: search for "blueprint gtk".
Clone the repository inside your Sublime Text "Packages" directory:
git clone https://github.com/nbenitez/blueprint-gtk.git
The "Packages" directory is located at:
- Linux:
~/.config/sublime-text/Packages/ - OS X:
~/Library/Application Support/Sublime Text/Packages/ - Windows:
%APPDATA%\Sublime Text\Packages\
Report issues at GitHub Issues.
Original syntax taken from https://github.com/jtojnar/vscode-blueprint/blob/fix-syntax/syntaxes/blueprint.tmGrammar.json and converted to Sublime Text format with https://github.com/IsaacShelton/SublimeSyntaxConvertorFromJSON
