mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
docs: fix backslashes in hyperlink docs
This commit is contained in:
parent
182a4d068b
commit
62e23858d0
@ -30,7 +30,7 @@ return {
|
||||
|
||||
-- file:// URI
|
||||
{
|
||||
regex = "\bfile://\S*\b",
|
||||
regex = "\\bfile://\S*\\b",
|
||||
format = "$0",
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user