Bladeren bron

Removed Some Extra lines

lokichaos 12 jaren geleden
bovenliggende
commit
fe92708d11
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  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