Friday, August 14, 2015

Re: Highlight only markdown headings

* wolfv <wolfvolpi@gmail.com> [2015-08-14 11:56]:
> I want to highlight markdown headings,
> and omit the remaining Markdown syntax.
> Maybe I could paste the vim script that
> highlights the markdown headings into my vimrc.
> Where is the vim script that
> highlights the markdown headings?

:view $VIM/syntax/markdown.vim

copy what you need. ;)

> Is there an easier way?

how easy do you need it? ;)

wild guess:
syn match MarkdownHeader '^= .* =$'
hi MarkdownHeader ctermbg=green

Sven

--
Chaos Communication Camp aka "chaos camp"
http://events.ccc.de/camp/2015/wiki/Main_Page
https://goo.gl/maps/kjbfU
irc://irc.hackint.org/#camp

--
--
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: