This is a VS Code extension that provides syntax highlighting support for WowLang files.
- Syntax highlighting for
.wowfiles - Support for WowLang keywords and constructs
- Easy-to-use and lightweight
- Open the extension marketplace in VS Code (Ctrl+Shift+X or Cmd+Shift+X)
- Search for "WowLang"
- Click "Install"
- Reload VS Code
- Download the
.vsixfile from the releases page - Open VS Code
- Press Ctrl+Shift+P (Cmd+Shift+P on macOS)
- Type "Install from VSIX" and select it
- Choose the downloaded
.vsixfile - Reload VS Code
- Open a file with the
.wowextension - The syntax highlighting will be automatically applied
- You can also manually set the language mode to "WowLang" for any file:
- Click on the language selector in the bottom-right corner
- Search for "WowLang"
- Select it to apply syntax highlighting
- Node.js (v14 or higher)
- npm (v6 or higher)
- VS Code
-
Clone the repository
git clone https://github.com/beachio/wowlang-vscode.git cd wowlang-extension -
Install dependencies
npm install
-
Open in VS Code
code .
- Press F5 to open a new window with your extension loaded
- Create a new file with a
.wowextension - Verify that syntax highlighting works as expected
-
Install vsce (VS Code Extension Manager)
npm install -g vsce
-
Package the extension
vsce package
This will create a
.vsixfile in your project directory.
- Fork the repository
- Create a new branch for your feature
git checkout -b feature/your-feature-name
- Make your changes
- Test your changes
- Commit your changes
git commit -m "Add your commit message" - Push to your fork
git push origin feature/your-feature-name
- Submit a pull request
- Open the extension marketplace in VS Code
- Search for "WowLang"
- Click "Uninstall"
- Reload VS Code
- Open the extension marketplace in VS Code
- Search for "WowLang"
- Click "Update"
- Reload VS Code
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have suggestions, please file them in the GitHub issues section.