mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
added to syntax: show tags in html style comments
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
"syn region Comment matchgroup=mkdDelimiter start="\%^---$" end="^\(---\|\.\.\.\)$" contains=tkTag keepend
|
|
||||||
runtime! syntax/markdown.vim
|
runtime! syntax/markdown.vim
|
||||||
"unlet b:current_syntax
|
"unlet b:current_syntax
|
||||||
|
syn region Comment matchgroup=Comment start="<!--" end="-->" contains=tkTag keepend
|
||||||
|
|
||||||
syntax region tkLink matchgroup=tkBrackets start=/\[\[/ end=/\]\]/ display oneline
|
syntax region tkLink matchgroup=tkBrackets start=/\[\[/ end=/\]\]/ display oneline
|
||||||
syntax region tkHighlight matchgroup=tkBrackets start=/==/ end=/==/ display oneline
|
syntax region tkHighlight matchgroup=tkBrackets start=/==/ end=/==/ display oneline
|
||||||
|
|||||||
Reference in New Issue
Block a user