Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit f0b09ab

Browse files
authored
Merge pull request #21 from karl-zylinski/patch-1
Added installation instructions to readme
2 parents c088a61 + 255b726 commit f0b09ab

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# Odin for Sublime
2-
Odin syntax definition for Sublime Text
1+
# Odin syntax definition for Sublime Text
2+
3+
![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)
4+
5+
## Installation
6+
7+
Download or clone the repository and put it into:
8+
- Windows: `%APPDATA%\Sublime Text\Packages\User`
9+
- Mac: `~/Library/Application Support/Sublime Text/Packages/User`
10+
- Linux: `~/.config/sublime-text/Packages/User`
11+
12+
For example, on Windows you'd have the contents of this repository in `%APPDATA%\Sublime Text\Packages\User\sublime-odin`
13+
14+
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.
15+
16+
## Package Control
17+
18+
Also available a package in Package Control: https://packagecontrol.io/packages/Odin

0 commit comments

Comments
 (0)