2023-01-13 10:31:56 +01:00
|
|
|
Index: vim-9.0.1188/runtime/syntax/fstab.vim
|
2013-08-12 09:21:11 +02:00
|
|
|
===================================================================
|
2023-01-13 10:31:56 +01:00
|
|
|
--- vim-9.0.1188.orig/runtime/syntax/fstab.vim
|
|
|
|
+++ vim-9.0.1188/runtime/syntax/fstab.vim
|
2016-09-12 15:27:23 +02:00
|
|
|
@@ -35,7 +35,7 @@ syn match fsOperator /[,=:#]/
|
2013-08-12 09:21:11 +02:00
|
|
|
" Device
|
|
|
|
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 none proc linproc tmpfs debugfs devpts devtmpfs sysfs usbfs
|
|
|
|
syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
|
|
|
|
syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
|
2017-11-29 12:53:57 +01:00
|
|
|
syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDevicePARTLABEL
|