comparison runtime/syntax/fstab.vim @ 21676:1b345fb68ae3

Update runtime files. Commit: https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 19:54:59 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 20:00:05 +0200
parents d23afa4d8b63
children 15fa3923cc49
comparison
equal deleted inserted replaced
21675:49ed426f3fb5 21676:1b345fb68ae3
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/fstab.vim 4 " URL: https://raw.github.com/rid9/vim-fstab/master/fstab.vim
5 " Last Change: 2019 Jun 06 5 " Last Change: 2020 Aug 06
6 " Version: 1.3 6 " Version: 1.4
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>
66 syn match fsOptionsNumberOctal /[0-8]\+/ 66 syn match fsOptionsNumberOctal /[0-8]\+/
67 syn match fsOptionsString /[a-zA-Z0-9_-]\+/ 67 syn match fsOptionsString /[a-zA-Z0-9_-]\+/
68 syn keyword fsOptionsYesNo yes no 68 syn keyword fsOptionsYesNo yes no
69 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck 69 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
70 syn keyword fsOptionsSize 512 1024 2048 70 syn keyword fsOptionsSize 512 1024 2048
71 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 71 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
72 syn match fsOptionsGeneral /_netdev/ 72 syn match fsOptionsGeneral /_netdev/
73 73
74 " Options: adfs 74 " Options: adfs
75 syn match fsOptionsKeywords contained /\<\%([ug]id\|o\%(wn\|th\)mask\)=/ nextgroup=fsOptionsNumber 75 syn match fsOptionsKeywords contained /\<\%([ug]id\|o\%(wn\|th\)mask\)=/ nextgroup=fsOptionsNumber
76 76