We use our own little language for small tasks, but we do not have Vim highlighting support for it.

link|improve this question

feedback

1 Answer

You can write your own syntax file and put it in ~/.vim/syntax/*.vim.

:help syntax is a good start. Take a look at the existing syntax files in /usr/share/vim too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.