A syntax highlighting extension for Plush (.psh) files in Visual Studio Code.
-
Locate your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions\
- macOS:
~/.vscode/extensions/
- Linux:
~/.vscode/extensions/
- Windows:
-
Copy
plush.tmbundle
to your VS Code extensions directory -
Reload VS Code:
- Press Ctrl+Shift+P (or Cmd+Shift+P on macOS)
- Type "Developer: Reload Window" and press Enter
- Dynamic typing: Since TextMate grammars rely on regex-based highlighting, some dynamically typed sections may not highlight properly
- Your First Extension by Visual Studio Code
- Create Custom Syntax Highlighting in VS Code by Tommy Ngo
- Language Grammars by TextMate