sublime-odin
sublime-odin copied to clipboard
Odin syntax definition for Sublime Text
Right now user types can't be properly colored since their scope is ``source.odin``, it should be ``storage.type.odin``  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?