Releases: p4ymak/egui_code_editor
Releases · p4ymak/egui_code_editor
v0.2.2
Changes:
- Renamed
Highlighter
toToken
- Using
egui
is now a default feature, but it's optional. You can useToken
,Syntax
andColorTheme
beyond egui, e.g. to make colorful CLI outputs. Addegui_code_editor = { version = "0.2.2" , default-features = false }
in yourCargo.toml
. - Fixed multiline comments behavior.