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

Releases: odin-lang/sublime-odin

Final

21 Apr 11:37

Choose a tag to compare

We'll not be making or taking any more changes.

If you want to further customize the syntax highlighting, you can install it locally. See README.md.

v0.18.3

18 Apr 06:06
ddcd366

Choose a tag to compare

Merge pull request #14 from thetarnav/number-dot

Escape dot in number pattern

v0.18.2

17 Apr 22:38
c040f60

Choose a tag to compare

Merge pull request #22 from karl-zylinski/bitwise-fix

Made & show up as a bit-wise operator again

v0.18.1

15 Apr 11:59
f0b09ab

Choose a tag to compare

Merge pull request #21 from karl-zylinski/patch-1

Added installation instructions to readme

v0.18.0

14 Apr 21:52
6a97cef

Choose a tag to compare

See PR #19.

v0.17.3

12 Apr 10:11

Choose a tag to compare

Joao found another bug in his update. Fixed.

v0.17.2

11 Apr 21:43

Choose a tag to compare

Bugfix

v0.17.1

11 Apr 18:34

Choose a tag to compare

Bugfix

v0.17.0

11 Apr 17:34

Choose a tag to compare

@joaocarvalhoopen added a few extra scopes, allowing you to customize the syntax highlighting experience further.

Under Preferences -> Customize Color Scheme you can now customize these additional color scopes.

// Documentation at https://www.sublimetext.com/docs/color_schemes.html
{
  "rules": [
    {
      "scope": "keyword.operator.odin",
      "foreground": "#66CCAA"
    },
    {
      "scope": "keyword.separator.odin",
      "foreground": "#DDFFCC"
    },
    {
      "scope": "keyword.pointers.odin",
      "foreground": "#FFFF00"
    },
    {
      "scope": "keyword.logic.odin",
      "foreground": "#00CC00"
    },
    {
      "scope": "keyword.generic.odin",
      "foreground": "#AABB00"
    },
  ]
}

v0.16.0

19 Sep 12:50
9edaf8d

Choose a tag to compare

Support #+ tags