This is a simple Visual Studio Code extension that adds syntax highlighting for the Giraffe programming language.
- 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
- Keywords (
- 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.
- Open any
.gfe
file (or configure other file extensions in the settings). - Enjoy syntax highlighting for Giraffe!
Feel free to open issues or submit pull requests for improvements. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.