kakoune/test/highlight/regions/rc
2016-03-08 13:42:27 +00:00

8 lines
239 B
Plaintext

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