From: Nigel McNie Date: Tue, 3 Jun 2008 11:21:49 +0000 (+1200) Subject: Add syntax highlighting support for the new clock-time format. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ed64e0f5e21d846029ab0d2b5ca4097ea7c751c4;p=tks.git Add syntax highlighting support for the new clock-time format. --- diff --git a/ext/vim/syntax/tks.vim b/ext/vim/syntax/tks.vim index de1f5ab..61d0b49 100644 --- a/ext/vim/syntax/tks.vim +++ b/ext/vim/syntax/tks.vim @@ -9,7 +9,7 @@ if exists("b:current_syntax") endif syntax match tksWR "^\s*\S\+" nextgroup=tksTime skipwhite -syntax match tksTime "\s[0-9.]\+" nextgroup=tksDescription skipwhite contained +syntax match tksTime "\s[0-9.:-]\+" nextgroup=tksDescription skipwhite contained syntax region tksDescription start="\S" end="$" skipwhite contained keepend syn region comment start="#" end="$"