Skip to content

durkisneer1/Hawk-Syntax-Highlighting

Repository files navigation

Hawk Language Syntax Highlighting

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.

Features

  • Keyword highlighting for Hawk's reserved words.
  • Color-coded syntax for variables, operators, and literals.
  • Improves overall readability and helps in code navigation.

Installation

  1. 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.
  2. 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.

How to Use

Simply open any .hawk file in VSCode, and the syntax highlighting will automatically be applied.

License

This extension is for educational purposes and is licensed under the MIT License.