Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 932 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 932 Bytes

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.