|
2 | 2 | " Language: Vim script |
3 | 3 | " Maintainer: Hirohito Higashi <h.east.727 ATMARK gmail.com> |
4 | 4 | |
5 | | -" Last Change: 2025 Feb 08 |
| 5 | +" Last Change: 2025 Feb 13 |
6 | 6 | " Former Maintainer: Charles E. Campbell |
7 | 7 |
|
8 | 8 | " DO NOT CHANGE DIRECTLY. |
@@ -260,7 +260,7 @@ syn keyword vimBehaveModel contained mswin xterm |
260 | 260 | " ==== |
261 | 261 | syn match vimCall "\<call\=\>" skipwhite nextgroup=vimFunc |
262 | 262 |
|
263 | | -" Debuggready {{{2 |
| 263 | +" Debuggreedy {{{2 |
264 | 264 | " =========== |
265 | 265 | " TODO: special-cased until generalised range/count support is implemented |
266 | 266 | syn match vimDebuggreedy "\<0\=debugg\%[reedy]\>" contains=vimCount |
@@ -305,7 +305,7 @@ syn keyword vimAugroupKey contained aug[roup] skipwhite nextgroup=vimAugroupBan |
305 | 305 |
|
306 | 306 | " Operators: {{{2 |
307 | 307 | " ========= |
308 | | -syn cluster vimOperGroup contains=@vimSpecialVar,vimFunc,vimLambda,vimOper,vimOperParen,vimNumber,vimString,vimRegister,@vimContinue,vim9Comment,vimVar,vimBoolean,vim9LambdaParams,vimNull |
| 308 | +syn cluster vimOperGroup contains=@vimContinue,@vimExprList,vim9Comment |
309 | 309 | syn match vimOper "\a\@<!!" skipwhite skipnl nextgroup=@vimOperContinue,@vimExprList,vimSpecFile |
310 | 310 | syn match vimOper "||\|&&\|[-+*/%.]" skipwhite skipnl nextgroup=@vimOperContinue,@vimExprList,vimSpecFile |
311 | 311 | syn match vimOper "?" skipwhite skipnl nextgroup=@vimOperContinue,@vimExprList |
@@ -703,7 +703,7 @@ syn match vimRegister '\<norm\s\+\zs"[a-zA-Z0-9]' |
703 | 703 | syn match vimRegister '\<normal\s\+\zs"[a-zA-Z0-9]' |
704 | 704 | syn match vimRegister '@"' |
705 | 705 | syn match vimPlainRegister contained '"[a-zA-Z0-9\-:.%#*+=]' |
706 | | -syn match vimLetRegister contained '@["0-9\-a-zA-Z#=*+_/]' |
| 706 | +syn match vimLetRegister contained '@["0-9\-a-zA-Z:.%#=*+~_/]' |
707 | 707 |
|
708 | 708 | syn match vimAddress ",\zs[.$]" skipwhite nextgroup=vimSubst1 |
709 | 709 | syn match vimAddress "%\ze\a" skipwhite nextgroup=vimString,vimSubst1 |
|
0 commit comments