comparison runtime/syntax/upstart.vim @ 3281:af1e8a1714c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:08:56 +0100
parents 6f63330ec225
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
3280:aa265b7165cc 3281:af1e8a1714c2
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Upstart job files 2 " Language: Upstart job files
3 " Maintainer: Michael Biebl <biebl@debian.org> 3 " Maintainer: Michael Biebl <biebl@debian.org>
4 " James Hunt <james.hunt@ubuntu.com> 4 " James Hunt <james.hunt@ubuntu.com>
5 " Last Change: 2011 Mar 22 5 " Last Change: 2012 Jan 16
6 " License: GPL v2 6 " License: The Vim license
7 " Version: 0.4 7 " Version: 0.4
8 " Remark: Syntax highlighting for Upstart (init(8)) job files. 8 " Remark: Syntax highlighting for Upstart (init(8)) job files.
9 " 9 "
10 " It is inspired by the initng syntax file and includes sh.vim to do the 10 " It is inspired by the initng syntax file and includes sh.vim to do the
11 " highlighting of script blocks. 11 " highlighting of script blocks.