Add syntax highlighting for recent new option.

wilder
Michael Pyne 11 years ago
parent 432efae0a9
commit 51caf509db
  1. 3
      kdesrc-buildrc.xml
  2. 5
      vim/syntax/kdesrc-buildrc.vim

@ -4,7 +4,7 @@
it can go to $KDEHOME/share/apps/katepart/syntax
-->
<language name = "kdesrc-buildrc"
version = "0.6.1"
version = "0.6.2"
kateversion = "3.5"
section = "Configuration"
extensions = ".kdesrc-buildrc;kdesrc-buildrc;.kdesvn-buildrc;kdesvn-buildrc"
@ -90,6 +90,7 @@
<item>override-build-system</item>
<item>override-url</item>
<item>prefix</item>
<item>qmake-options</item>
<item>qtdir</item>
<item>remove-after-install</item>
<item>repository</item>

@ -1,9 +1,9 @@
" Vim syntax file
" Language: kdesrc-build configuration file
" Maintainer: Michael Pyne <mpyne@kde.org>
" Latest Revision: 8 August 2014
" Latest Revision: 8 February 2015
" Copyright (c) 2014 Michael Pyne <mpyne@kde.org>
" Copyright (c) 2014,2015 Michael Pyne <mpyne@kde.org>
" Redistribution and use in source and binary forms, with or without
" modification, are permitted provided that the following conditions
" are met:
@ -41,6 +41,7 @@ syn keyword ksbrcOption contained skipwhite nextgroup=ksbrcStringValue
\ libpath log-dir make-install-prefix make-options module-base-path
\ override-build-system override-url prefix qtdir repository
\ revision source-dir svn-server tag remove-after-install
\ qmake-options
syn keyword ksbrcGlobalOption contained skipwhite nextgroup=ksbrcStringValue
\ branch-group git-desired-protocol git-repository-base http-proxy

Loading…
Cancel
Save