lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
a93fdb7
diff -up vim80/runtime/syntax/fstab.vim.1365258 vim80/runtime/syntax/fstab.vim
a93fdb7
--- vim80/runtime/syntax/fstab.vim.1365258	2016-12-15 10:56:25.822410344 +0100
a93fdb7
+++ vim80/runtime/syntax/fstab.vim	2016-12-15 10:56:52.161519612 +0100
a93fdb7
@@ -36,6 +36,8 @@ syn match fsOperator /[,=:#]/
a93fdb7
 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
a93fdb7
 syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
a93fdb7
 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
a93fdb7
+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDeviceLabel
a93fdb7
+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDeviceUUID
a93fdb7
 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
a93fdb7
 syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
a93fdb7
 syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs