single string is not escapable
This commit is contained in:
parent
207bb7e389
commit
d25a88a4ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user