Skip to content

0.3.1

Compare
Choose a tag to compare
@rhysd rhysd released this 05 Sep 15:37
· 200 commits to master since this release
  • Improve: Better highlighting. Following items are newly highlighted
    • Number literal delimiters such as 123_456, 0xabc_def_ghi, 0x_a_b_c_ in Rust and Go, 123'456'789 in C++
    • Highlight identifiers in variable, struct and type definitions (e.g. Foo in struct Foo, x in let x = ...)
    • Highlight special identifiers such as true, false, self, this, nil, null, undefined differently from keywords
  • Fix: Screen was not redrawn on window resize
  • Fix: Newline \n was missing in an empty text buffer
  • Fix: Foreground color of 256colors colorscheme