If someone is interested, a week ago I improve fstab.vim too. The diff is attached.
--- /usr/src/vim63/runtime/syntax/fstab.vim     2003-04-30 16:36:32.000000000 
+0300
+++ /usr/share/vim/vim63/syntax/fstab.vim       2005-03-05 11:40:56.000000000 
+0200
@@ -20,19 +20,19 @@
 " Device
 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
 syn match fsDeviceError /\%([^a-zA-Z0-9_\/[EMAIL PROTECTED]|^\w\{-}\ze\W\)/ 
contained
-syn keyword fsDeviceKeyword contained none proc linproc tmpfs
+syn keyword fsDeviceKeyword contained none proc linproc tmpfs sysfs devpts shm 
usbfs
 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
 syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator

 " Mount Point
 syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/[EMAIL 
PROTECTED]|\s\+\zs\w\{-}\ze\s\)/ contained
+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/[EMAIL 
PROTECTED]|\s\+\zs\w\{-}\ze\s\)/ contained
 syn keyword fsMountPointKeyword contained none swap

 " Type
 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeError
 syn match fsTypeError /\s\+\zs\w\+/ contained
-syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs 
devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix 
msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std 
sysv swap tmpfs udf ufs umap umsdos union vfat xfs
+syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs 
devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix 
msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std 
sysv swap tmpfs udf ufs umap umsdos union vfat xfs sysfs usbfs binfmt_misc

 " Options
 " -------
@@ -41,12 +41,18 @@
 syn match fsOptionsNumber /\d\+/
 syn match fsOptionsNumberOctal /[0-8]\+/
 syn match fsOptionsString /[a-zA-Z0-9_-]\+/
+syn match fsOptionsFile /[./a-zA-Z0-9_-]\+/
 syn keyword fsOptionsYesNo yes no
 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
 syn keyword fsOptionsSize 512 1024 2048
 syn keyword fsOptionsGeneral async atime auto current defaults dev exec force 
fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow 
nouser owner ro rdonly rw rq sw xx suid suiddir sync kudzu union update user 
supermount
 syn match fsOptionsGeneral /_netdev/

+" Options: my
+syn match fsOptionsKeywords contained /encryption=/ nextgroup=fsOptionsString
+syn match fsOptionsKeywords contained /\%(loop\|gpgkey\)=/ 
nextgroup=fsOptionsFile
+syn match fsOptionsKeywords contained /pri=/ nextgroup=fsOptionsNumber
+
 " Options: adfs
 syn match fsOptionsKeywords contained /\%([ug]id\|o\%(wn\|th\)mask\)=/ 
nextgroup=fsOptionsNumber

@@ -183,6 +189,7 @@
        HiLink fsOptionsNumber Number
        HiLink fsOptionsNumberOctal Number
        HiLink fsOptionsString String
+       HiLink fsOptionsFile String
        HiLink fsOptionsSize Number
        HiLink fsOptionsExt2Check String
        HiLink fsOptionsExt2Errors String
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to