]> git.pld-linux.org Git - packages/vim.git/blob - vim-fstab-uuid.patch
- new
[packages/vim.git] / vim-fstab-uuid.patch
1 --- vim70/runtime/syntax/fstab.vim      2006-10-20 17:13:47.556873243 +0300
2 +++ vim70/runtime/syntax/fstab.vim      2006-10-20 15:09:28.000000000 +0300
3 @@ -26,7 +26,9 @@
4  syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@\-:]\)/ contained
5  syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs
6  syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
7 +syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
8  syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
9 +syn match fsDeviceUUID contained /=[^ \t]\+/hs=s+1 contains=fsOperator
10  
11  " Mount Point
12  syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
13 @@ -200,6 +202,7 @@
14         HiLink fsTypeKeyword Type
15         HiLink fsDeviceKeyword Identifier
16         HiLink fsDeviceLabel String
17 +       HiLink fsDeviceUUID String
18         HiLink fsFreqPassNumber Number
19  
20         if exists('fstab_unknown_fs_errors')
This page took 0.024509 seconds and 3 git commands to generate.