Releases
v0.2.0
Added
Add support for Windows 10 (#26 , #34 , #36 )
Add a --version
argument to the binary (#31 )
Changed
Simplify Row::update_syntax()
Rename the multiline_comment_delim
configuration field to multiline_comment_delims
Implement the Default
trait for Config
(#12 ), Editor
(#20 ), and the Debug
trait for Error
(#35 )
The find command now searchs in row.chars
, not row.renders
. A tab will no longer be matched when searching for a space (#23 )
Use the XDG base directory specification for configuration files (global configuration, syntax highlighting confiuration) (#42 )
Fixed
Fix syntax higlighting issue when an empty line is inserted in the middle of a multi-line string or a multi-line comment (#7 )
Fix crash when inserting a new line in the middle of a row (#13 )
Fix comments (#12 , #17 )
Fix row not being updated after pressing backspace; fix syntax highlighting updates when inserting a new line (#15 )
Fix clippy lint warnings (#21 , #42 , #43 )
Fix match highlight when UTF-8 characters are present in the row (#18 )
You can’t perform that action at this time.