single string is not escapable

This commit is contained in:
Alex Leferry 2 2014-07-07 22:34:16 +02:00
parent 207bb7e389
commit d25a88a4ae

View File

@ -17,7 +17,7 @@ hook global BufCreate .*[.](fish) %{
addhl -group / multi_region -default code fish \
double_string '"' (?<!\\)(\\\\)*" '' \
single_string "'" (?<!\\)(\\\\)*' '' \
single_string "'" "'" '' \
comment '#' $ ''
addhl -group /fish/double_string fill string