kakoune/test/highlight/regions/rc

8 lines
239 B
Plaintext
Raw Normal View History

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