ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

VHS

by patopesto ST4

Sublime Text 4 syntax for charmbracelet's VHS tape files

Details

Installs

  • Total 9
  • Win 5
  • Mac 4
  • Linux 0
Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18
Windows 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

VHS syntax

Sublime Text 4 syntax hightling package for charmbracelet's VHS tape files.
File extension: .tape

Usage

Once installed, the VHS syntax will be available in the list of syntaxes.

Installation

Using Package Control

If you have Package Control installed: Command PaletteInstall PackageVHS

Manually

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"

Development

  • Clone the repository in your local packages.
  • Make edits to the .sublime-syntax files, the syntax reloads on save.

Tests

  • Any file with the names starting with syntax_test_ can be used as a test.
  • Open the file and run Tools > Build (or CMD+B on macOS).

Sublime's docs about test files: here

Useful documentation: