I have system for keeping notes on my computer that uses "*.note"
files.  I would like to add a bit of syntax highlighting, so I added a
line to my ~/.vim/filetype.vim and made a ~/.vim/ftplugin/note.vim
file, but where can I find a good reference on how to write this
file?  the syntax looks like this:

================================================================
  |  Thu Sep 24 09:11:52 2009  |
----------------------------------------------------------------

some note

----------------------------------------------------------------


================================================================
  |  Wed Sep 23 16:35:33 2009  |
----------------------------------------------------------------

some other note

----------------------------------------------------------------

I just want highlighting for the delimiter lines and the date/time
string.  Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to