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.