comparison runtime/syntax/fstab.vim @ 31579:7d68a90cbf5c

Update runtime files Commit: https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 31 15:30:45 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 16:45:06 +0100
parents e5e95e8c78a7
children a9b5ffbc0428
comparison
equal deleted inserted replaced
31578:e90cb8fbfbb6 31579:7d68a90cbf5c
1 " Vim syntax file 1 " Vim syntax file
2 " Language: fstab file 2 " Language: fstab file
3 " Maintainer: Radu Dineiu <radu.dineiu@gmail.com> 3 " Maintainer: Radu Dineiu <radu.dineiu@gmail.com>
4 " URL: https://raw.github.com/rid9/vim-fstab/master/syntax/fstab.vim 4 " URL: https://raw.github.com/rid9/vim-fstab/master/syntax/fstab.vim
5 " Last Change: 2022 Dec 10 5 " Last Change: 2022 Dec 11
6 " Version: 1.5 6 " Version: 1.6.2
7 " 7 "
8 " Credits: 8 " Credits:
9 " David Necas (Yeti) <yeti@physics.muni.cz> 9 " David Necas (Yeti) <yeti@physics.muni.cz>
10 " Stefano Zacchiroli <zack@debian.org> 10 " Stefano Zacchiroli <zack@debian.org>
11 " Georgi Georgiev <chutz@gg3.net> 11 " Georgi Georgiev <chutz@gg3.net>
54 syn keyword fsMountPointKeyword contained none swap 54 syn keyword fsMountPointKeyword contained none swap
55 55
56 " Type 56 " Type
57 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown 57 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
58 syn match fsTypeUnknown /\s\+\zs\w\+/ contained 58 syn match fsTypeUnknown /\s\+\zs\w\+/ contained
59 syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs 59 syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
60 60
61 " Options 61 " Options
62 " ------- 62 " -------
63 " Options: General 63 " Options: General
64 syn cluster fsOptionsCluster contains=fsOperator,fsOptionsGeneral,fsOptionsKeywords,fsTypeUnknown 64 syn cluster fsOptionsCluster contains=fsOperator,fsOptionsGeneral,fsOptionsKeywords,fsTypeUnknown
70 syn keyword fsOptionsYesNo yes no 70 syn keyword fsOptionsYesNo yes no
71 syn keyword fsOptionsYN y n 71 syn keyword fsOptionsYN y n
72 syn keyword fsOptions01 0 1 72 syn keyword fsOptions01 0 1
73 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck 73 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
74 syn keyword fsOptionsSize 512 1024 2048 74 syn keyword fsOptionsSize 512 1024 2048
75 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 75 syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop managed mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok lazytime
76 syn match fsOptionsGeneral /_netdev/ 76 syn match fsOptionsGeneral /_netdev/
77
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
79 syn match fsOptionsKeywords contained /\<x-systemd\.\%(device-bound\|automount\|makefs\|growfs\|rw-only\)/
80 syn match fsOptionsKeywords contained /\<x-initrd\.mount/
77 81
78 syn match fsOptionsKeywords contained /\<cache=/ nextgroup=fsOptionsCache 82 syn match fsOptionsKeywords contained /\<cache=/ nextgroup=fsOptionsCache
79 syn keyword fsOptionsCache yes no none strict loose fscache mmap 83 syn keyword fsOptionsCache yes no none strict loose fscache mmap
80 84
81 syn match fsOptionsKeywords contained /\<dax=/ nextgroup=fsOptionsDax 85 syn match fsOptionsKeywords contained /\<dax=/ nextgroup=fsOptionsDax