Skip to content

Commit 6848241

Browse files
committed
Added missing = for systemd mount options.
1 parent 5be48c8 commit 6848241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/fstab.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Maintainer: Radu Dineiu <radu.dineiu@gmail.com>
44
" URL: https://raw.github.com/rid9/vim-fstab/master/syntax/fstab.vim
55
" Last Change: 2022 Dec 11
6-
" Version: 1.6
6+
" Version: 1.6.1
77
"
88
" Credits:
99
" David Necas (Yeti) <yeti@physics.muni.cz>
@@ -75,7 +75,7 @@ syn keyword fsOptionsSize 512 1024 2048
7575
syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok lazytime
7676
syn match fsOptionsGeneral /_netdev/
7777

78-
syn match fsOptionsKeywords contained /\<x-systemd\.\%(requires\|before\|after\|wanted-by\|required-by\|requires-mounts-for\|idle-timeout\|device-timeout\|mount-timeout\)/ nextgroup=fsOptionsString
78+
syn match fsOptionsKeywords contained /\<x-systemd\.\%(requires\|before\|after\|wanted-by\|required-by\|requires-mounts-for\|idle-timeout\|device-timeout\|mount-timeout\)=/ nextgroup=fsOptionsString
7979
syn match fsOptionsKeywords contained /\<x-systemd\.\%(device-bound\|automount\|makefs\|growfs\|rw-only\)/
8080
syn match fsOptionsKeywords contained /\<x-initrd\.mount/
8181

0 commit comments

Comments
 (0)