This Visual Studio Code extension provides syntax highlighting for the made-up programming language Hawk. The extension is designed to enhance the readability of Hawk code by applying color-coding to keywords, identifiers, operators, and other syntactic elements.
- Keyword highlighting for Hawk's reserved words.
- Color-coded syntax for variables, operators, and literals.
- Improves overall readability and helps in code navigation.
-
Download and install the extension from the VSCode Marketplace or manually:
- Open VSCode.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side.
- Search for
Hawk
. - Install and activate the extension.
-
Alternatively, you can manually install the extension:
- Clone this repository.
- Open the folder in VSCode and press
F5
to run it as a development extension.
Simply open any .hawk
file in VSCode, and the syntax highlighting will automatically be applied.
This extension is for educational purposes and is licensed under the MIT License.