sublime-odin icon indicating copy to clipboard operation
sublime-odin copied to clipboard

Odin syntax definition for Sublime Text

Results 6 sublime-odin issues
Sort by recently updated
recently updated
newest added

Right now user types can't be properly colored since their scope is ``source.odin``, it should be ``storage.type.odin`` ![image](https://github.com/odin-lang/sublime-odin/assets/44361234/cc48f349-e4b3-41a7-b150-5c50e816f805) For proc parameters it should be ``meta.function.parameters.odin`` and ``storage.type.odin`` (according to what...

stdatomic.odin ```odin // 7.17.6 Atomic integer types atomic_bool :: distinct bool atomic_char :: distinct char atomic_schar :: distinct char atomic_uchar :: distinct uchar atomic_short :: distinct short atomic_ushort :: distinct...

``` int8_t :: c.int8_t uint8_t :: c.uint8_t int16_t :: c.int16_t uint16_t :: c.uint16_t int32_t :: c.int32_t uint32_t :: c.uint32_t int64_t :: c.int64_t uint64_t :: c.uint64_t ```

Could someone explain either here but prefered in the README.md how to use this?