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
- Host: GitHub
- URL: https://github.com/odin-lang/sublime-odin
- Owner: odin-lang
- License: mit
- Created: 2017-02-24T20:02:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T15:29:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T05:27:10.744Z (over 1 year ago)
- Topics: odin, odin-programming-language, sublime-text, syntax-highlighting
- Size: 34.2 KB
- Stars: 25
- Watchers: 6
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-odin - Sublime Text - lang/sublime-odin/blob/master/LICENSE) (Closed-Source Projects / Vendor)
README
# Odin syntax definition for Sublime Text

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