mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 01:11:36 +03:00
5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
add-highlighter window/regions_test regions
|
|
add-highlighter window/regions_test/code default-region fill yellow
|
|
add-highlighter window/regions_test/string region %{"} %{(?<!\\)(\\\\)*"} fill green
|
|
add-highlighter window/regions_test/shell region -recurse '\{' '\$\{' '\}' fill red
|