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