This repository was archived by the owner on May 27, 2025. It is now read-only.
Releases: odin-lang/sublime-odin
Releases · odin-lang/sublime-odin
Final
v0.18.3
v0.18.2
v0.18.1
v0.18.0
v0.17.3
v0.17.2
v0.17.1
v0.17.0
@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
Support #+ tags