syntax/markdown: Add highlighting for html tags

This commit is contained in:
Peder Bergebakken Sundt 2020-08-28 17:36:20 +02:00
parent 2d1a7f5082
commit e601eb974f

View File

@ -41,6 +41,9 @@ rules:
# urls
- underlined: "https?://[^ )>]+"
# html tags
- identifier: "\\<[^!].*?\\>"
# inline code
- special: "`[^`]*(`|$)"