From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/syntax/fstab.vim | 530 ------------------------------------------ 1 file changed, 530 deletions(-) delete mode 100644 uvim/runtime/syntax/fstab.vim (limited to 'uvim/runtime/syntax/fstab.vim') diff --git a/uvim/runtime/syntax/fstab.vim b/uvim/runtime/syntax/fstab.vim deleted file mode 100644 index a7ec978be3..0000000000 --- a/uvim/runtime/syntax/fstab.vim +++ /dev/null @@ -1,530 +0,0 @@ -" Vim syntax file -" Language: fstab file -" Maintainer: Radu Dineiu -" URL: https://raw.github.com/rid9/vim-fstab/master/syntax/fstab.vim -" Last Change: 2026 Feb 14 -" Version: 1.7.1 -" -" Credits: -" David Necas (Yeti) -" Stefano Zacchiroli -" Georgi Georgiev -" James Vega -" Elias Probst - -" Options: -" let fstab_unknown_fs_errors = 1 -" highlight unknown filesystems as errors -" -" let fstab_unknown_device_errors = 0 -" do not highlight unknown devices as errors -" -" Changelog: -" - 2025 Aug 21 added support for mtab -" - 2026 Feb 14 added cgroup2 to device types - -" quit when a syntax file was already loaded -if exists("b:current_syntax") - finish -endif - -let s:cpo_save = &cpo -set cpo&vim - -" General -syn cluster fsGeneralCluster contains=fsComment -syn match fsComment /\s*#.*/ contains=@Spell -syn match fsOperator /[,=:#]/ - -" 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 tracefs overlay cgroup2 -syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel -syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID -syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDevicePARTLABEL -syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDevicePARTUUID -syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs -syn match fsDeviceKeyword contained /^[a-zA-Z0-9.\-]\+\ze:/ -syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator -syn match fsDeviceUUID contained /=[^ \t]\+/hs=s+1 contains=fsOperator -syn match fsDevicePARTLABEL contained /=[^ \t]\+/hs=s+1 contains=fsOperator -syn match fsDevicePARTUUID contained /=[^ \t]\+/hs=s+1 contains=fsOperator -syn match fsDeviceSshfs contained /#[_=[:alnum:]\.\/+-]\+@[a-z0-9._-]\+\a\{2}:[^ \t]\+/hs=s+1 contains=fsOperator - -" Mount Point -syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError -syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained -syn keyword fsMountPointKeyword contained none swap - -" Type -syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown -syn match fsTypeUnknown /\s\+\zs\w\+/ contained -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 tracefs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs - -" Options -" ------- -" Options: General -syn cluster fsOptionsCluster contains=fsOperator,fsOptionsGeneral,fsOptionsKeywords,fsTypeUnknown -syn match fsOptionsNumber /\d\+/ -syn match fsOptionsNumberSigned /[-+]\?\d\+/ -syn match fsOptionsNumberOctal /[0-8]\+/ -syn match fsOptionsString /[a-zA-Z0-9_-]\+/ -syn keyword fsOptionsTrueFalse true false -syn keyword fsOptionsYesNo yes no -syn keyword fsOptionsYN y n -syn keyword fsOptions01 0 1 -syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck -syn keyword fsOptionsSize 512 1024 2048 -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 -syn match fsOptionsGeneral /_netdev/ - -syn match fsOptionsKeywords contained /\/ -syn keyword fsOptionsKeywords contained acl bsddf minixdf debug grpid bsdgroups minixdf nocheck nogrpid oldalloc orlov sysvgroups nouid32 nobh user_xattr nouser_xattr - -" Options: ext3 -syn match fsOptionsKeywords contained /\/ -syn keyword fsOptionsUfsError contained panic lock umount repair - -" Options: usbfs -syn match fsOptionsKeywords contained /\<\%(dev\|bus\|list\)\%(id\|gid\)=/ nextgroup=fsOptionsNumber -syn match fsOptionsKeywords contained /\<\%(dev\|bus\|list\)mode=/ nextgroup=fsOptionsNumberOctal - -" Options: v9fs -syn match fsOptionsKeywords contained /\<\%(trans\)=/ nextgroup=fsOptionsV9Trans -syn keyword fsOptionsV9Trans unix tcp fd virtio rdma -syn match fsOptionsKeywords contained /\