|
2 | 2 | " Language: shell (sh) Korn shell (ksh) bash (sh) |
3 | 3 | " Maintainer: Charles E. Campbell <[email protected]> |
4 | 4 | " Previous Maintainer: Lennart Schultz <[email protected]> |
5 | | -" Last Change: Apr 02, 2015 |
6 | | -" Version: 135 |
| 5 | +" Last Change: Apr 10, 2015 |
| 6 | +" Version: 136 |
7 | 7 | " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SH |
8 | 8 | " For options and settings, please use: :help ft-sh-syntax |
9 | 9 | " This file includes many ideas from ?ric Brunet ([email protected]) |
@@ -127,7 +127,7 @@ syn cluster shHereList contains=shBeginHere,shHerePayload |
127 | 127 | syn cluster shHereListDQ contains=shBeginHere,@shDblQuoteList,shHerePayload |
128 | 128 | syn cluster shIdList contains=shCommandSub,shWrapLineOperator,shSetOption,shDeref,shDerefSimple,shRedir,shExSingleQuote,shExDoubleQuote,shSingleQuote,shDoubleQuote,shExpr,shCtrlSeq,shStringSpecial,shAtExpr |
129 | 129 | syn cluster shIfList contains=@shLoopList,shDblBrace,shDblParen,shFunctionKey,shFunctionOne,shFunctionTwo |
130 | | -syn cluster shLoopList contains=@shCaseLis,t@shErrorList,shCaseEsac,shConditional,shDblBrace,shExpr,shFor,shForPP,shIf,shOption,shSet,shTest,shTestOpr |
| 130 | +syn cluster shLoopList contains=@shCaseList,@shErrorList,shCaseEsac,shConditional,shDblBrace,shExpr,shFor,shForPP,shIf,shOption,shSet,shTest,shTestOpr |
131 | 131 | syn cluster shSubShList contains=@shCommandSubList,shCaseEsac,shColon,shCommandSub,shComment,shDo,shEcho,shExpr,shFor,shIf,shRedir,shSetList,shSource,shStatement,shVariable,shCtrlSeq,shOperator |
132 | 132 | syn cluster shTestList contains=shCharClass,shCommandSub,shComment,shCtrlSeq,shDeref,shDerefSimple,shDoubleQuote,shExDoubleQuote,shExpr,shExSingleQuote,shNumber,shOperator,shSingleQuote,shTest,shTestOpr |
133 | 133 | " Echo: {{{1 |
|
0 commit comments