codemirror / google-modes

A consistent set of modes for C, C++, Java, Go, JavaScript, TypeScript, Python, HTML, and Angular Templates
MIT License
33 stars 28 forks source link

[kt] Add soft keyword "value" #336

Open bethcutler opened 3 years ago

bethcutler commented 3 years ago

In the latest version of the Kotlin compiler (1.5), "value" has been added as a new soft keyword. Please add it to the list of keywords for highlighting.

https://kotlinlang.org/docs/whatsnew15.html#inline-classes

marijnh commented 3 years ago

Does attached patch look correct?