lokichaos 12 лет назад
Родитель
Сommit
fe92708d11
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      syntax/tt.vim

+ 1 - 2
syntax/tt.vim

@@ -307,13 +307,12 @@ syntax region ttValueBlock
 			\ matchgroup=ttBracesValue start=/{/ end=/}/
 			\ contained
 			\ contains=ttValueBlock
-" Split
+
 syntax region ttSplitValueBlock
 			\ matchgroup=ttBracesValue start=/{/ end=/}/
 			\ contained skipwhite skipempty
 			\ nextgroup=ttValueBlock
 
-" Parse
 syntax region ttParseValueBlock
 			\ matchgroup=ttBracesValue start=/{/ end=/}/
 			\ contained skipwhite skipempty