This extension provides syntax highlighting for the Yap programming language, enhancing your development experience within VS Code.
Features:
Syntax Highlighting: Distinct colors for keywords, variables, operators, and other language elements to improve readability and maintainability.
Improved Parameter Highlighting: Clear separation between parameter names, colons, and types in function declarations.
Error Handling: Handles potential ambiguities in the grammar to ensure accurate highlighting.
Easy Installation: Simple installation through the VS Code extension marketplace.
Installation:
Open the VS Code extensions panel (Ctrl+Shift+X or Cmd+Shift+X).
Search for "Yap" or "Yap Language".
Find the Yap language extension and click "Install".
Usage:
Create a new Yap file with the .yap extension.
Start typing your Yap code.
VS Code will automatically apply syntax highlighting to your code.
Requirements:
VS Code (latest version recommended)
Development and Contribution
This extension is under active development. We welcome contributions from the community. To contribute, please fork the repository and submit a pull request.