Fixed multiple links on one line in markdown syntax
This commit is contained in:
@@ -13,7 +13,7 @@ syntax.add {
|
|||||||
{ pattern = { "%*", "[%*\n]", "\\" }, type = "operator" },
|
{ pattern = { "%*", "[%*\n]", "\\" }, type = "operator" },
|
||||||
{ pattern = { "%_", "[%_\n]", "\\" }, type = "keyword2" },
|
{ pattern = { "%_", "[%_\n]", "\\" }, type = "keyword2" },
|
||||||
{ pattern = "#.-\n", type = "keyword" },
|
{ pattern = "#.-\n", type = "keyword" },
|
||||||
{ pattern = "!?%[.*%]%(.*%)", type = "function" },
|
{ pattern = "!?%[.-%]%(.-%)", type = "function" },
|
||||||
{ pattern = "https?://%S+", type = "function" },
|
{ pattern = "https?://%S+", type = "function" },
|
||||||
},
|
},
|
||||||
symbols = { },
|
symbols = { },
|
||||||
|
|||||||
Reference in New Issue
Block a user