summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib/vim/syntax/bitbake.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/contrib/vim/syntax/bitbake.vim')
-rw-r--r--bitbake/contrib/vim/syntax/bitbake.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/contrib/vim/syntax/bitbake.vim b/bitbake/contrib/vim/syntax/bitbake.vim
index b46436a567..bcabf5c448 100644
--- a/bitbake/contrib/vim/syntax/bitbake.vim
+++ b/bitbake/contrib/vim/syntax/bitbake.vim
@@ -43,6 +43,7 @@ syn region bbString matchgroup=bbQuote start=+"+ skip=+\\$+ excluden
43syn region bbString matchgroup=bbQuote start=+'+ skip=+\\$+ excludenl end=+'+ contained keepend contains=bbTodo,bbContinue,bbVarDeref,@Spell 43syn region bbString matchgroup=bbQuote start=+'+ skip=+\\$+ excludenl end=+'+ contained keepend contains=bbTodo,bbContinue,bbVarDeref,@Spell
44 44
45" Vars definition 45" Vars definition
46syn match bbExport "^export" nextgroup=bbIdentifier skipwhite
46syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite 47syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite
47syn match bbIdentifier "[a-zA-Z0-9\-_\.\/\+]\+" display contained 48syn match bbIdentifier "[a-zA-Z0-9\-_\.\/\+]\+" display contained
48syn match bbVarDeref "${[a-zA-Z0-9\-_\.\/\+]\+}" contained 49syn match bbVarDeref "${[a-zA-Z0-9\-_\.\/\+]\+}" contained
@@ -103,6 +104,7 @@ hi def link bbString String
103hi def link bbDelimiter Keyword 104hi def link bbDelimiter Keyword
104hi def link bbArrayBrackets Statement 105hi def link bbArrayBrackets Statement
105hi def link bbContinue Special 106hi def link bbContinue Special
107hi def link bbExport Type
106hi def link bbExportFlag Type 108hi def link bbExportFlag Type
107hi def link bbIdentifier Identifier 109hi def link bbIdentifier Identifier
108hi def link bbVarDeref PreProc 110hi def link bbVarDeref PreProc