# Odin syntax definition for Sublime Text ![An example image of how the syntax highlight looks when used in Sublime Text](https://github.com/user-attachments/assets/652287d9-04bc-4762-b8fb-d319fab007de) ## Installation Download or clone the repository and put it into: - Windows: `%APPDATA%\Sublime Text\Packages\User` - Mac: `~/Library/Application Support/Sublime Text/Packages/User` - Linux: `~/.config/sublime-text/Packages/User` For example, on Windows you'd have the contents of this repository in `%APPDATA%\Sublime Text\Packages\User\sublime-odin` In Sublime Text, you can now select `View menu -> Syntax -> Odin` or use the syntax selector in the lower right corner of the Sublime window. ## Package Control Also available as a package in Package Control: https://packagecontrol.io/packages/Odin ## Pull Requests We'll be taking no more changes to the syntax definitions. If you want to customize it, see Installation.