We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaf2507 + 181add4 commit c14f826Copy full SHA for c14f826
syntax/pandoc.vim
@@ -264,7 +264,7 @@ syn match pandocReferenceDefinitionAddress /:\s*\zs.*/ contained containedin=pan
264
syn match pandocReferenceDefinitionTip /\s*".\{-}"/ contained containedin=pandocReferenceDefinition,pandocReferenceDefinitionAddress contains=@Spell
265
"}}}
266
" Automatic_links: {{{3
267
-syn match pandocAutomaticLink /<\(https\{0,1}.\{-}\|.\{-}@.\{-}\..\{-}\)>/ contains=NONE
+syn match pandocAutomaticLink /<\(https\{0,1}.\{-}\|[A-Za-z0-9!#$%&'*+\-/=?^_`{|}~.]\{-}@[A-Za-z0-9\-]\{-}\.\w\{-}\)>/ contains=NONE
268
" }}}
269
270
" Citations: {{{2
0 commit comments