Added
Changed
- Simplify
Row::update_syntax() - Rename the
multiline_comment_delimconfiguration field tomultiline_comment_delims - Implement the
Defaulttrait forConfig(#12),Editor(#20), and theDebugtrait forError(#35) - The find command now searchs in
row.chars, notrow.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 configuration) (#42)
Fixed
- Fix syntax highlighting 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)