kakoune/test/highlight/regions/rc

8 lines
279 B
Plaintext
Raw Normal View History

2017-01-04 01:07:45 +01:00
add-highlighter regions -default code regions_test \
2016-03-08 14:42:27 +01:00
string %{"} %{(?<!\\)(\\\\)*"} '' \
shell '\$\{' '\}' '\{'
2017-01-04 01:07:45 +01:00
add-highlighter -group regions_test/code fill yellow
add-highlighter -group regions_test/string fill green
add-highlighter -group regions_test/shell fill red