An open API service indexing awesome lists of open source software.

https://github.com/odin-lang/sublime-odin

Odin syntax definition for Sublime Text
https://github.com/odin-lang/sublime-odin

odin odin-programming-language sublime-text syntax-highlighting

Last synced: 6 months ago
JSON representation

Odin syntax definition for Sublime Text

Awesome Lists containing this project

README

          

# 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.