Files
vim-kotlin-mirror/syntax
Alexander Udalov 95848f43a7 Tweak ktOperator syntax group
- Add comparison operators: ==, !=, ===, !==, <, <=, >, >=. The latter
  four are highlighted only if there's a whitespace nearby (as per the
  Kotlin style guide), to avoid coloring generic type parameters and
  arguments
- Do not highlight '?', otherwise the safe call operator '?.' looks
  weird. Also '?' at the end of nullable types is not exactly an
  operator
- Add 'as' / 'as?'
2019-05-26 13:19:31 +02:00
..
2019-05-26 13:19:31 +02:00