1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

docs: fix backslashes in hyperlink docs

This commit is contained in:
Wez Furlong 2021-03-10 08:59:56 -08:00
parent 182a4d068b
commit 62e23858d0

View File

@ -30,7 +30,7 @@ return {
-- file:// URI
{
regex = "\bfile://\S*\b",
regex = "\\bfile://\S*\\b",
format = "$0",
},