File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2725,6 +2725,17 @@ syn keyword namedO_TkeyDhkey contained skipwhite skipnl skipempty
2725
2725
\ nextgroup=
2726
2726
\ namedO_TkeyDhkeyName
2727
2727
2728
+ hi link namedO_TkeyFilespec namedHL_Filespec
2729
+ syn match namedO_TkeyFilespec contained skipwhite skipempty skipnl
2730
+ \ /'[ a-zA-Z\]\-\[0-9\._,:;\\/ ?<> |" `~!@#$%\^&*\\(\\)+{}]\{1,1024}'/hs=s+1,he=e-1
2731
+ \ nextgroup= namedSemicolon
2732
+ syn match namedO_TkeyFilespec contained skipwhite skipempty skipnl
2733
+ \ /"[ a-zA-Z\]\-\[0-9\._,:;\\/ ?<> |'`~! @# $ % \^ & * \\ (\\ )+ {}]\{ 1 ,1024 }" /hs=s+1,he=e-1
2734
+ \ nextgroup= namedSemicolon
2735
+ syn match namedO_Filespec contained skipwhite skipempty skipnl
2736
+ \ /[a-zA-Z\]\-\[0-9\._,:\\/ ?<> |'" `~!@#$%\^&*\\(\\)+]\{1,1024}/
2737
+ \ nextgroup= namedSemicolon
2738
+
2728
2739
hi link namedO_TkeyDomainName namedHL_String
2729
2740
syn match namedO_TkeyDomainName contained skipwhite skipempty skipnl
2730
2741
\ /'[ a-zA-Z\]\-\[0-9\._,:;\\/ ?<> |" `~!@#$%\^&*\\(\\)+{}]\{1,1024}'/hs=s+1,he=e-1
@@ -2752,7 +2763,7 @@ hi link namedO_TkeyGSSAPIKeytab namedHL_Option
2752
2763
syn keyword namedO_TkeyGSSAPIKeytab contained skipwhite skipnl skipempty
2753
2764
\ tkey- gssapi- keytab
2754
2765
\ nextgroup=
2755
- \ namedO_TkeyDomainName
2766
+ \ namedO_TkeyFilespec
2756
2767
2757
2768
hi link namedO_Version namedHL_Option
2758
2769
syn keyword namedO_Version contained skipwhite skipnl skipempty
You can’t perform that action at this time.
0 commit comments