Vim syntax update: 1) Highlight the quotes around a string as a String rather than...
authorChris Larson <clarson@kergoth.com>
Wed, 8 Dec 2004 09:22:27 +0000 (09:22 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 8 Dec 2004 09:22:27 +0000 (09:22 +0000)
contrib/vim/syntax/bb.vim

index 4eded8b..54b4b5d 100644 (file)
@@ -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"