This Visual Studio Code extension provides syntax highlighting for Recfiles, enhancing readability for this custom text-based data format. 🙌
- Special highlighting for the
%rectag. - Uniform highlighting for other
%<tag>tags. - Grayed out comments starting with
#. - Grayed out lines starting with
+. - Highlighted content after
+.
-
Download the VSIX File:
- Download the
.vsixfile somewhere on your computer.
- Download the
-
Install the VSIX File:
- Open Visual Studio Code.
- Press
Cmd+Shift+P(orCtrl+Shift+Pon Windows/Linux) to open the Command Palette. - Type
Extensions: Install from VSIXand select it. - Browse to the location of the
.vsixfile you downloaded and select it.
-
Reload VS Code if prompted.
This project is licensed under the MIT License.