Skip to content

matthewlarkin/recfile-syntax-highlight-vscode

Repository files navigation

Recfile Syntax Highlighting for Visual Studio Code

This Visual Studio Code extension provides syntax highlighting for Recfiles, enhancing readability for this custom text-based data format. 🙌

Features

  • Special highlighting for the %rec tag.
  • Uniform highlighting for other %<tag> tags.
  • Grayed out comments starting with #.
  • Grayed out lines starting with +.
  • Highlighted content after +.

Installation

Using the VSIX File

  1. Download the VSIX File:

    • Download the .vsix file somewhere on your computer.
  2. Install the VSIX File:

    • Open Visual Studio Code.
    • Press Cmd+Shift+P (or Ctrl+Shift+P on Windows/Linux) to open the Command Palette.
    • Type Extensions: Install from VSIX and select it.
    • Browse to the location of the .vsix file you downloaded and select it.
  3. Reload VS Code if prompted.

License

This project is licensed under the MIT License.

About

A recfile syntax highlighting language extension for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published