mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
b37638dda4
When a region calls the regex highlighter, it is incorrect to share the regex cache as it means we can get matches that span multiple regions. Fixes #3041
6 lines
261 B
Plaintext
6 lines
261 B
Plaintext
add-highlighter shared/test regions
|
|
add-highlighter shared/test/base default-region regions
|
|
add-highlighter shared/test/base/base default-region regex _[^_]+_ 0:+b
|
|
add-highlighter shared/test/item region '^- \K' $ ref test/base
|
|
add-highlighter window/ ref test
|