Subject: Re: patch for vim's /etc/fstab syntax highlighting
To: Julio M. Merino Vidal <jmmv84@gmail.com>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 05/21/2005 16:13:59
--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, May 21, 2005 at 03:24:01PM +0000, Julio M. Merino Vidal wrote:
> You may want to add all the other supported filesystems.  Looking at my
> fstab, I see that ptyfs nor ext2fs are recognized.  See /sbin/mount_*
> for a complete list of what you should add.

You're right.  I only thought about the most obvious ones.  

Here's a new patch.  

GH

-- 
:wq

--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-ae

--- runtime/syntax/fstab.vim.orig	2005-05-21 16:05:10.000000000 +0200
+++ runtime/syntax/fstab.vim	2005-05-21 16:10:27.000000000 +0200
@@ -32,7 +32,7 @@
 " 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 ados affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 kernfs lfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null overlay portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
 
 " Options
 " -------

--y0ulUmNC+osPPQO6--