Syntax highlighting for GTK Blueprint files =========================================== This is a Sublime Text plugin to provide syntax highlighting for [Blueprint compiler](https://gitlab.gnome.org/GNOME/blueprint-compiler/) files, which is a [markup language](https://gnome.pages.gitlab.gnome.org/blueprint-compiler/) and compiler for GTK 4 user interfaces. ## Screenshot With color scheme Monokai Pro (Filter Spectrum) ![Screenshot](https://raw.githubusercontent.com/nbenitez/blueprint-gtk/master/sample-highlight.png) ## Installation This package is published on https://packagecontrol.io/ so easiest way to install is via Package Control inside Sublime Text: search for "blueprint gtk". ### Manual 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\` ## Issues Report issues at [GitHub Issues](https://github.com/nbenitez/blueprint-gtk/issues). ## Misc 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