Giraffe Syntax Highlighting for VS Code
This is a simple Visual Studio Code extension that adds syntax highlighting for the Giraffe programming language.
Features
- Syntax highlighting for key elements of the Giraffe language:
- Keywords (
const, func, var, if, elif, else, while, for, return)
- Data types (
int, float, str, Null, list, dict)
- Comments (
// and /*...*/)
- Operators (
=, +, -, *, /, ==, <=, >=, etc.)
- Functions and variable declarations
Installation
- Open Visual Studio Code.
- Go to the Extensions view by clicking the square icon in the sidebar or press
Ctrl+Shift+X.
- Search for Giraffe Syntax Highlighting.
- Click Install.
Alternatively, you can install the extension from the Marketplace.
Usage
- Open any
.gfe file (or configure other file extensions in the settings).
- Enjoy syntax highlighting for Giraffe!
Contributing
Feel free to open issues or submit pull requests for improvements. Contributions are welcome!
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |