From f0d85aef1e1068e9a48ebfe48a859dc62ec86187 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 8 Dec 2004 09:22:27 +0000 Subject: Vim syntax update: 1) Highlight the quotes around a string as a String rather than as a Statement (like .conf highlighting rather than .sh), and 2) Highlight the value of a bitbake variable even if it isn't quoted. --- contrib/vim/syntax/bb.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/vim') diff --git a/contrib/vim/syntax/bb.vim b/contrib/vim/syntax/bb.vim index 4eded8bb8..54b4b5d53 100644 --- a/contrib/vim/syntax/bb.vim +++ b/contrib/vim/syntax/bb.vim @@ -118,7 +118,9 @@ hi def link bbError Error hi def link bbFunction Function hi def link bbDelimiter Delimiter hi def link bbIdentifier Identifier -hi def link bbQuote Statement hi def link bbVarEq Operator +hi def link bbQuote String +hi def link bbVarValue String + let b:current_syntax = "bb" -- cgit 1.2.3-korg