Skip to content

NullPointerGang/vscode-giraffe

Repository files navigation

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

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking the square icon in the sidebar or press Ctrl+Shift+X.
  3. Search for Giraffe Syntax Highlighting.
  4. Click Install.

Alternatively, you can install the extension from the Marketplace.

Usage

  1. Open any .gfe file (or configure other file extensions in the settings).
  2. 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.

Releases

No releases published

Packages

No packages published