You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
928 B
17 lines
928 B
8 months ago
|
runtime! syntax/sep.vim
|
||
2 years ago
|
syn match Tcolumn6 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn0
|
||
|
syn match Tcolumn5 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn6
|
||
|
syn match Tcolumn4 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn5
|
||
|
syn match Tcolumn3 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn4
|
||
|
syn match Tcolumn2 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn3
|
||
|
syn match Tcolumn1 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn2
|
||
|
syn match Tcolumn0 /.\{-}\(\t\|$\)/ nextgroup=Tcolumn1
|
||
|
syn match Tcolumn6title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn0title
|
||
|
syn match Tcolumn5title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn6title
|
||
|
syn match Tcolumn4title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn5title
|
||
|
syn match Tcolumn3title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn4title
|
||
|
syn match Tcolumn2title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn3title
|
||
|
syn match Tcolumn1title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn2title
|
||
|
syn match Tcolumn0title /\%1l.\{-}\(\t\|$\)/ nextgroup=Tcolumn1title
|
||
|
syn match Tdiv /\t/ containedin=ALL
|