~ubuntu-branches/ubuntu/vivid/vim/vivid

« back to all changes in this revision

Viewing changes to runtime/syntax/debchangelog.vim

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2009-09-21 13:07:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090921130703-ubu0y8oz5klwgwfz
Tags: 2:7.2.245-2ubuntu2
* Add lucid as a valid suite in changelogs and sources.list.
* Rename Vcs-* to XS-Debian-Vcs-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
" Define some common expressions we can use later on
20
20
syn match debchangelogName      contained "^[[:alnum:]][[:alnum:].+-]\+ "
21
21
syn match debchangelogUrgency   contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
22
 
syn match debchangelogTarget    contained "\v %(frozen|unstable|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|hardy|intrepid|jaunty|karmic)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
 
22
syn match debchangelogTarget    contained "\v %(frozen|unstable|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|hardy|intrepid|jaunty|karmic|lucid)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
23
23
syn match debchangelogVersion   contained "(.\{-})"
24
24
syn match debchangelogCloses    contained "closes:\_s*\(bug\)\=#\=\_s\=\d\+\(,\_s*\(bug\)\=#\=\_s\=\d\+\)*"
25
25
syn match debchangelogLP        contained "\clp:\s\+#\d\+\(,\s*#\d\+\)*"