* Khem Raj : vim/syntax: Recognize ?? operator
@ 2011-12-20 13:21 git
0 siblings, 0 replies; only message in thread
From: git @ 2011-12-20 13:21 UTC (permalink / raw)
To: bitbake-devel
Module: bitbake.git
Branch: master
Commit: 5337ed86820ab0a2cbb3fd82eb11edb807c47f54
URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=5337ed86820ab0a2cbb3fd82eb11edb807c47f54
Author: Khem Raj <raj.khem@gmail.com>
Date: Sat Dec 10 10:25:57 2011 -0800
vim/syntax: Recognize ?? operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
contrib/vim/syntax/bitbake.vim | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/vim/syntax/bitbake.vim b/contrib/vim/syntax/bitbake.vim
index a06dd9e..336e6bb 100644
--- a/contrib/vim/syntax/bitbake.vim
+++ b/contrib/vim/syntax/bitbake.vim
@@ -52,8 +52,8 @@ syn match bbExport "^export" nextgroup=bbIdentifier skipwhite
syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite
syn match bbIdentifier "[a-zA-Z0-9\-_\.\/\+]\+" display contained
syn match bbVarDeref "${[a-zA-Z0-9\-_\.\/\+]\+}" contained
-syn match bbVarEq "\(:=\|+=\|=+\|\.=\|=\.\|?=\|=\)" contained nextgroup=bbVarValue
-syn match bbVarDef "^\(export\s*\)\?\([a-zA-Z0-9\-_\.\/\+]\+\(_[${}a-zA-Z0-9\-_\.\/\+]\+\)\?\)\s*\(:=\|+=\|=+\|\.=\|=\.\|?=\|=\)\@=" contains=bbExportFlag,bbIdentifier,bbVarDeref nextgroup=bbVarEq
+syn match bbVarEq "\(:=\|+=\|=+\|\.=\|=\.\|?=\|??=\|=\)" contained nextgroup=bbVarValue
+syn match bbVarDef "^\(export\s*\)\?\([a-zA-Z0-9\-_\.\/\+]\+\(_[${}a-zA-Z0-9\-_\.\/\+]\+\)\?\)\s*\(:=\|+=\|=+\|\.=\|=\.\|?=\|??=\|=\)\@=" contains=bbExportFlag,bbIdentifier,bbVarDeref nextgroup=bbVarEq
syn match bbVarValue ".*$" contained contains=bbString,bbVarDeref,bbVarPyValue
syn region bbVarPyValue start=+${@+ skip=+\\$+ excludenl end=+}+ contained contains=@python
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-20 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20 13:21 Khem Raj : vim/syntax: Recognize ?? operator git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox