Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patopesto/sublime-text-vhs-syntax
Sublime Text 4 syntax for charmbracelet's VHS tape files
https://github.com/patopesto/sublime-text-vhs-syntax
charmbracelet sublime sublime-text syntax-highlighting vhs
Last synced: 5 days ago
JSON representation
Sublime Text 4 syntax for charmbracelet's VHS tape files
- Host: GitHub
- URL: https://github.com/patopesto/sublime-text-vhs-syntax
- Owner: patopesto
- License: mit
- Created: 2024-11-03T06:37:51.000Z (13 days ago)
- Default Branch: master
- Last Pushed: 2024-11-05T02:06:40.000Z (11 days ago)
- Last Synced: 2024-11-05T03:16:48.047Z (11 days ago)
- Topics: charmbracelet, sublime, sublime-text, syntax-highlighting, vhs
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VHS syntax
Sublime Text 4 syntax hightling package for charmbracelet's [VHS](https://github.com/charmbracelet/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](https://packagecontrol.io/installation) installed: `Command Palette` → `Install Package` → `VHS`
### 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](https://docs.sublimetext.io/guide/getting-started/basic-concepts.html#the-data-directory).Example (on MacOS):
```shell
cd ~/Library/Application\ Support/Sublime\ Text/Packages
git clone [email protected]: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](https://www.sublimetext.com/docs/syntax.html#testing)
### Useful documentation:
- [VHS](https://github.com/charmbracelet/vhs)
- [Sublime Syntax Definitions](https://www.sublimetext.com/docs/syntax.html#testing)
- [Sublime Syntax Scopes](https://www.sublimetext.com/docs/scope_naming.html#)