PLCC Grammar Syntax Highlighter
Syntax highlighting support for PLCC (Programming Language Compiler Compiler) .grammar files in Visual Studio Code.
Features
- Syntax Highlighting: Full syntax highlighting for PLCC grammar files
- Custom Theme: Includes the "PLCC Natural Theme" optimized for viewing PLCC grammar syntax
- File Recognition: Automatic language detection for
.grammar files
Installation
Install directly from the VS Code Marketplace:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "PLCC Grammar"
- Click Install
Usage
Once installed, the extension will automatically activate when you open any .grammar file. The syntax highlighting will be applied automatically.
Using the PLCC Natural Theme
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type "Color Theme"
- Select "PLCC Natural Theme"
Supported File Types
.grammar - PLCC grammar definition files
- Files ending with
grammar (e.g., lonngrammar , grammar )
Requirements
- Visual Studio Code version 1.105.0 or higher
Release Notes
0.0.1
Initial release of PLCC Grammar syntax highlighter:
- Basic syntax highlighting for PLCC grammar files
- PLCC Natural Theme included
- Support for
.grammar file extension
Feedback & Contributions
Found a bug or have a feature request? Please open an issue on the GitHub repository.
About PLCC
PLCC (Programming Language Compiler Compiler) is a tool for creating programming language compilers and interpreters.
Enjoy coding with PLCC!
| |