Sfoglia il codice sorgente

Removed Some Extra lines

lokichaos 12 anni fa
parent
commit
fe92708d11
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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