aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/vim
AgeCommit message (Collapse)Author
2011-12-20vim/syntax: Recognize ?? operatorKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-10vim: properly highlight python inside of ${@}Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-10vim: handle highlighting exports without assignmentChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-10vim: add an ftplugin for indentation settingsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-01-21contrib/vim: Update with the changes from Ricardo Salveti and other fixes.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2008-09-11Vim syntax:Chris Larson
- Highlight variable expansions as PreProc, both the braces & the contents. - Highlight inline python (${@...}) as PreProc for the braces and as actual python inside.
2006-07-10Contrib: update the Vim syntax highlighting to include the 'require' keyword ↵Chris Larson
and '.=' and '=.'. Add a Vim ftdetect plugin to properly set the filetype on bitbake files.
2004-12-14renamed to get less ambiguous nameMarcin Juszkiewicz
2004-12-10Clean out the cruft in the vim syntax.Chris Larson
2004-12-09Vim syntax: bugfix in the match of 'def' lines.Chris Larson
2004-12-09Vim syntax update: let syntax/python.vim do the highlighting for the actual ↵Chris Larson
'def' line, rather than ripping it apart and doing it ourselves.
2004-12-08Adjust whitespace handling in the vim syntax a bit.Chris Larson
2004-12-08Vim syntax: add a catchall which should flag anything which isn't explicitly ↵Chris Larson
matched as Error, thereby highlighting some incorrect syntax as such.
2004-12-08Vim syntax bugfix: make it a bit more tolerant about locating the end of ↵Chris Larson
bitbake shell & python functions (noticed zap_root_password's ending } was followed by whitespace).
2004-12-08Vim syntax: match variables defined using ?=.Chris Larson
2004-12-08Vim syntax: match & highlight the 'fakeroot' flag for functions.Chris Larson
2004-12-08Vim syntax: limit the areas in which variable dereferences are matched and ↵Chris Larson
highlighted.
2004-12-08Vim syntax update: bugfix: don't recognize an empty line as the end of a ↵Chris Larson
'def' block, but only a line which isnt empty and which doesn't start with whitespace.
2004-12-08Vim syntax update: 1) Add EXPORT_FUNCTIONS to our list of valid statements, ↵Chris Larson
and 2) Add '.' to the variable character class (so that things like IMAGE_FSTYPE_ext2.gz are properly highlighted).
2004-12-08Vim syntax update: match and highlight variable definitions flagged as 'export'.Chris Larson
2004-12-08Vim syntax update: Fix the statements (include/inherit/addtask/addhandler) ↵Chris Larson
to only match at the beginning of a line, in an oe statement.
2004-12-08Vim syntax update: highlight := variable assignment.Chris Larson
2004-12-08Vim syntax update: Fix the var deref in var overrides to be more versatile ↵Chris Larson
and highlight them as string rather than statement+identifier.
2004-12-08Vim syntax update: 1) Highlight the quotes around a string as a String ↵Chris Larson
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.
2004-12-08Vim syntax update: Highlight overrides that include variable derefences ↵Chris Larson
(i.e. FILES_${PN}).
2004-12-08Vim syntax update: highlight backslashes used as line continuation within ↵Chris Larson
strings as 'Special'.
2004-12-08Vim syntax update: match anonymous python functions with no specified name.Chris Larson
2004-12-08Add copyright & license to the vim syntax file.Chris Larson
2004-12-08Vim syntax update: highlight the ending ':' on a 'def' line.Chris Larson
2004-12-08Vim syntax update: highlight definitions of variable flags.Chris Larson
2004-12-08Vim syntax update: highlight the 'def' as a Statement, and add highlighting ↵Chris Larson
of the bitbake 'addtask', 'addhandler', 'inherit', and 'include' statements.
2004-12-08Vim syntax update: highlight the 'def'd python functions as such.Chris Larson
2004-12-08Vim syntax update: highlight the shell functions as shell.Chris Larson
2004-12-08Start adding vim syntax highlighting.Chris Larson