style: format
This commit is contained in:
parent
f697e9e91d
commit
7bd66d8aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in
|
|||
delimiters = ''^\\u0000-\\u001F\\u007F-\\u009F<>"\\s{-}\\^⟨⟩`'';
|
||||
# Kakoune uses these characters to represent whitespace,
|
||||
# but alacritty doesn't know about them
|
||||
whitespace_characters = ''¬·→'';
|
||||
whitespace_characters = "¬·→";
|
||||
in
|
||||
"${mimes}[${delimiters}${whitespace_characters}]+";
|
||||
command = "xdg-open";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue