Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>fluffslNew to Visual Studio Code? Get it now.
fluffsl

fluffsl

rhzxg

|
3 installs
| (0) | Free
Unofficial VSCode syntax highlighting extension for The-Forge Shading Language (FSL)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Icon

fluffsl

Unofficial VS Code syntax highlighter for The-Forge Shading Language (FSL).

This extension provides basic grammar highlighting for .fsl files used in The Forge rendering framework, making shader code more readable and easier to write.

✨ Features

  • 🎨 Syntax highlighting for keywords, types, macros, and comments.
  • 📂 Automatic detection of .fsl files.
  • 🪶 Lightweight and fast — no extra dependencies.
  • 📜 Easy to extend with custom grammar rules.

📦 Installation

  1. Download the .vsix file from the Releases page.
  2. Install it via command line:
    code --install-extension fluffsl-x.x.x.vsix
    
  3. Install it via VS Code extension market: Search fluffsl and install.

🔧 Building the Extension

  • To compile the extension and run it locally, follow these steps:
  1. Run the following command to install all required Node.js dependencies:
   npm install
  1. After the dependencies are installed, you need to compile the TypeScript code:
   npm run compile
  1. To test the extension locally, use the following command to open a new instance of VS Code with your extension:
   F5

​ This will start a new VS Code window (called the Extension Development Host) with the extension loaded, allowing you to test its functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft