lite-xl / lite-xl-plugins

Plugins for the Lite XL editor
MIT License
343 stars 91 forks source link

Add Kotlin syntax highlighting support. #406

Closed PerilousBooklet closed 2 months ago

PerilousBooklet commented 2 months ago

I still need to add a couple more patterns.

PerilousBooklet commented 2 months ago

This should be all. EDIT: No, actually I missed the elivis operator.

PerilousBooklet commented 2 months ago

I also missed the qualified this.

PerilousBooklet commented 2 months ago

What color would you like for the argument name? And should the : be colored as well?

Guldoman commented 2 months ago

What color would you like for the argument name?

Good question. I don't think we have an appropriate token at the moment. So I'd say leave that as is for now. I'll work on the new token system in the next few weeks.