1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-27 05:33:17 +03:00
kakoune/test/highlight/regions/rc

8 lines
239 B
Plaintext
Raw Normal View History

2016-03-08 16:42:27 +03: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