Tuesday, March 24, 2015

Re: vim markdown syntax.

On 08:38 Sun 22 Mar , Iain Hill wrote:
> ​Hello people,
>
> My first post here ​I would be grateful for your help:
> Whilst writing .md files and .markdown files in vim; I am having difficulty
> with the appropriate syntax colouring; it is working fine until I use the
> ``` marker after which it seems to not recognise the second marker to stop
> the colour, and the rest of the file remains yellow.
> Any ideas as to why this is happening and how I can set it right?
>
> Thanks.

Please contact the markdown syntax maintainer if you use the markdown
syntax file (for me it works fine, could you post a code snipet that
triggers the error?).

The email to the maintainer is in the syntax file which you can open
with
:exe "e" globpath(&rtp, 'syntax/markdown.vim')

(it will raise an exception if `globpath` finds more than one syntax file)

Regards,
Marcin

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: