Vim syntax update: bugfix: don't recognize an empty line as the end of a 'def' block...
[vuplus_bitbake] / contrib / vim /
2004-12-08 Chris LarsonVim syntax update: bugfix: don't recognize an empty...
2004-12-08 Chris LarsonVim syntax update: 1) Add EXPORT_FUNCTIONS to our list...
2004-12-08 Chris LarsonVim syntax update: match and highlight variable definit...
2004-12-08 Chris LarsonVim syntax update: Fix the statements (include/inherit...
2004-12-08 Chris LarsonVim syntax update: highlight := variable assignment.
2004-12-08 Chris LarsonVim syntax update: Fix the var deref in var overrides...
2004-12-08 Chris LarsonVim syntax update: 1) Highlight the quotes around a...
2004-12-08 Chris LarsonVim syntax update: Highlight overrides that include...
2004-12-08 Chris LarsonVim syntax update: highlight backslashes used as line...
2004-12-08 Chris LarsonVim syntax update: match anonymous python functions...
2004-12-08 Chris LarsonAdd copyright & license to the vim syntax file.
2004-12-08 Chris LarsonVim syntax update: highlight the ending ':' on a 'def...
2004-12-08 Chris LarsonVim syntax update: highlight definitions of variable...
2004-12-08 Chris LarsonVim syntax update: highlight the 'def' as a Statement...
2004-12-08 Chris LarsonVim syntax update: highlight the 'def'd python function...
2004-12-08 Chris LarsonVim syntax update: highlight the shell functions as...
2004-12-08 Chris LarsonStart adding vim syntax highlighting.