ilai-deutel / kibi

A text editor in ≤1024 lines of code, written in Rust
Other
1.46k stars 83 forks source link

[Syntax highlighting] Support more than 1 multi-line string delimiter per language #266

Open ilai-deutel opened 10 months ago

ilai-deutel commented 10 months ago

For Python and Groovy, both """ and ''' can be used as multi-line string delimiters, but the current configuration files only allow for one variant.