--- runtime/syntax/fstab.vim +++ runtime/syntax/fstab.vim @@ -25,7 +25,7 @@ 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 sysfs usbfs -syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel +syn keyword fsDeviceKeyword contained LABEL UUID nextgroup=fsDeviceLabel syn match fsDeviceKeyword /[a-z0-9_]*fs/ contained syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator