micro/pkg/highlight
Jöran Karl b6dcbfa846 highlighter: Fix race between the async highlighter and the main routine
This is achieved by the usage of the new `LineArray` locking machanism,
which prevents the interruption in the moment of modifications like insertion
or removal of lines.

Co-authored-by: Dmytro Maluka <dmitrymaluka@gmail.com>
2024-04-05 14:24:39 +02:00
..
highlighter.go highlighter: Fix race between the async highlighter and the main routine 2024-04-05 14:24:39 +02:00
parser.go Check for missing or empty filetype in syntax files 2024-03-28 01:22:25 +01:00
unicode.go Make determining whether a code point represents a combining mark faster (#1719) 2020-06-12 00:10:00 -04:00