You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Pyne 6d06dc81b8 Add vim syntax highlighting support for those interested. 12 years ago
..
ftdetect Add vim syntax highlighting support for those interested. 12 years ago
syntax Add vim syntax highlighting support for those interested. 12 years ago
README Add vim syntax highlighting support for those interested. 12 years ago

README

This is vim support for kdesrc-build. To use, place ftdetect/kdesrc-buildrc.vim
in your $VIMRUNTIME/ftdetect folder (create the folder if necessary,
$VIMRUNTIME is normally ~/.vim). This detects kdesrc-buildrc files.

Additionally place syntax/kdesrc-buildrc.vim in the $VIMRUNTIME/syntax folder
(again, create if necessary). This allows Vim to properly highlight your
kdesrc-buildrc when it's detected.

Use ":set ft" to see what filetype is detected if it doesn't work.

The highlighting is quite simplistic, many improvements could easily be made for
those with interest and some free time....

NOTE: Kate and kwrite support is included in the "kdesrc-buildrc.xml" file that has
been included and updated with kdesrc-build for years. Improvements to that are
encouraged as well. :)

- Michael Pyne, mpyne@kde.org, 2014 Aug 08