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 9031e6c85f Add install-environment-driver option. 9 years ago
..
ftdetect Add vim syntax highlighting support for those interested. 12 years ago
syntax Add install-environment-driver option. 9 years ago
README Remove kdesrc-buildrc.xml Kate syntax highlight file (now in KTextEditor) 11 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 (and is now part of
the KTextEditor framework for KF5). Improvements to that are encouraged as
well. :)

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