qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

Highlighting of todotxt syntax #221

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Combination VimWiki + todotxt is IMHO awesome, therefore syntax highlighting is 
very desired:

* priorities, e.g.:  (A), (B) etc - works out of the box (thanks to emoticons 
highlighting - I suppose), however I think that highlighting of the whole line 
(bar) would be much better,  please look at  http://bit.ly/mOCpRc
* contexts, e.g.: @computer, @house, etc. I've managed to get i work with:
{{{
 syn match  VimwikiContext  "@[A-Za-z0-9_]\+"   
 hi def link VimwikiContext       Identifier
}}}
* projects, e.g. +vimwiki, +cleaning, +WashADog etc. Colors and bold font would 
be nice.

Please provide any additional information below.

Original issue reported on code.google.com by looka...@gmail.com on 14 Jun 2011 at 4:05

GoogleCodeExporter commented 8 years ago
Sorry for the last line & mislabeling (couldn't find where to tag it as 
enhancement)

Original comment by looka...@gmail.com on 14 Jun 2011 at 4:09

GoogleCodeExporter commented 8 years ago
well, I've post a request for priorities in todo before.
And now I'm using a little script to generate colors.
looks like.
# [+3] aaaaaaaaaa
# [+2] bbbbbbbbbb
# [+1] cccccccccc

Original comment by Rykka.K...@gmail.com on 23 Jun 2011 at 3:35