This Visual Studio Code extension provides syntax highlighting for Recfiles, enhancing readability for this custom text-based data format. 🙌
- 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
+
.
-
Download the VSIX File:
- Download the
.vsix
file somewhere on your computer.
- Download the
-
Install the VSIX File:
- Open Visual Studio Code.
- Press
Cmd+Shift+P
(orCtrl+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.
-
Reload VS Code if prompted.
This project is licensed under the MIT License.