nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Add Unsigned basic types #24

Closed nishtahir closed 4 years ago

nishtahir commented 4 years ago

Originally reported here

As of Kotlin 1.3, unsigned datatypes in common/jvm/native:

Types include

UByte, UByteArray
UShort, UShortArray
UInt, UIntArray
ULong, ULongArray