Sublime Text 4 syntax hightling package for charmbracelet's VHS tape files.
File extension: .tape
Once installed, the VHS syntax will be available in the list of syntaxes.
If you have Package Control installed: Command Palette → Install Package → VHS
Clone this repository in your local packages folder.
If you are unsure as to where your local packages directory is, please consult the docs.
Example (on MacOS):
cd ~/Library/Application\ Support/Sublime\ Text/Packages
git clone git@gitlab.com:patopest/sublime-text-vhs-syntax.git "VHS Syntax"- Clone the repository in your local packages.
- Make edits to the
.sublime-syntaxfiles, the syntax reloads on save.
- Any file with the names starting with
syntax_test_can be used as a test. - Open the file and run
Tools > Build(orCMD+Bon macOS).
Sublime's docs about test files: here