~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to runtime/syntax/fstab.vim

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-04 11:13:42 UTC
  • mfrom: (1.1.8 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504111342-60miqybsixdpc345
Tags: 2:7.2.148-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Disable autoindent, line-wrapping, and backup files by default.
* Dropped changes, merged in Debian:
  - Add jaunty, karmic to the list of valid suites.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - Create a .pot file for translations.
* Drop gutsy from the list of valid distro series, it's been EOLed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
" Language: fstab file
3
3
" Maintaner: Radu Dineiu <radu.dineiu@gmail.com>
4
4
" URL: http://ld.yi.org/vim/fstab.vim
5
 
" Last Change: 2008 Jan 16
6
 
" Version: 0.92
 
5
" Last Change: 2009 Feb 04
 
6
" Version: 0.93
7
7
"
8
8
" Credits:
9
9
"   David Necas (Yeti) <yeti@physics.muni.cz>
10
10
"   Stefano Zacchiroli <zack@debian.org>
11
11
"   Georgi Georgiev <chutz@gg3.net>
12
12
"   James Vega <jamessan@debian.org>
 
13
"   Elias Probst <mail@eliasprobst.eu>
13
14
"
14
15
" Options:
15
16
"   let fstab_unknown_fs_errors = 1
46
47
" Type
47
48
syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
48
49
syn match fsTypeUnknown /\s\+\zs\w\+/ contained
49
 
syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
 
50
syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
50
51
 
51
52
" Options
52
53
" -------
91
92
syn match fsOptionsKeywords contained /\<commit=/ nextgroup=fsOptionsNumber
92
93
syn keyword fsOptionsExt3Journal contained update inum
93
94
syn keyword fsOptionsExt3Data contained journal ordered writeback
94
 
syn keyword fsOptionsKeywords contained noload
 
95
syn keyword fsOptionsKeywords contained noload user_xattr nouser_xattr acl noacl
 
96
 
 
97
" Options: ext4
 
98
syn match fsOptionsKeywords contained /\<journal=/ nextgroup=fsOptionsExt4Journal
 
99
syn match fsOptionsKeywords contained /\<data=/ nextgroup=fsOptionsExt4Data
 
100
syn match fsOptionsKeywords contained /\<barrier=/ nextgroup=fsOptionsExt4Barrier
 
101
syn match fsOptionsKeywords contained /\<journal_dev=/ nextgroup=fsOptionsNumber
 
102
syn match fsOptionsKeywords contained /\<resuid=/ nextgroup=fsOptionsNumber
 
103
syn match fsOptionsKeywords contained /\<resgid=/ nextgroup=fsOptionsNumber
 
104
syn match fsOptionsKeywords contained /\<sb=/ nextgroup=fsOptionsNumber
 
105
syn match fsOptionsKeywords contained /\<commit=/ nextgroup=fsOptionsNumber
 
106
syn keyword fsOptionsExt4Journal contained update inum
 
107
syn keyword fsOptionsExt4Data contained journal ordered writeback
 
108
syn match fsOptionsExt4Barrier /[0-1]/
 
109
syn keyword fsOptionsKeywords contained noload extents orlov oldalloc user_xattr nouser_xattr acl noacl reservation noreservation bsddf minixdf check=none nocheck debug grpid nogroupid sysvgroups bsdgroups quota noquota grpquota usrquota bh nobh
95
110
 
96
111
" Options: fat
97
112
syn match fsOptionsKeywords contained /\<blocksize=/ nextgroup=fsOptionsSize
241
256
        HiLink fsOptionsExt2Errors String
242
257
        HiLink fsOptionsExt3Journal String
243
258
        HiLink fsOptionsExt3Data String
 
259
        HiLink fsOptionsExt4Journal String
 
260
        HiLink fsOptionsExt4Data String
 
261
        HiLink fsOptionsExt4Barrier Number
244
262
        HiLink fsOptionsFatCheck String
245
263
        HiLink fsOptionsConv String
246
264
        HiLink fsOptionsFatType Number