Explorar el Código

Removed Some Extra lines

lokichaos hace 12 años
padre
commit
fe92708d11
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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