Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@p4ymak p4ymak released this 13 Jan 13:26
· 15 commits to main since this release

Changes:

  • Renamed Highlighter to Token
  • Using egui is now a default feature, but it's optional. You can use Token, Syntax and ColorTheme beyond egui, e.g. to make colorful CLI outputs. Add egui_code_editor = { version = "0.2.2" , default-features = false } in your Cargo.toml.
  • Fixed multiline comments behavior.