aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
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-08oe to bb rename in oedev.sh.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-08Add README to contrib/.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
2004-12-07Initial import.Chris Larson
2004-07-17mvdirChris Larson