]> git.mjollnir.org Git - tks.git/commitdiff
Add syntax highlighting support for the new clock-time format.
authorNigel McNie <nigel@catalyst.net.nz>
Tue, 3 Jun 2008 11:21:49 +0000 (23:21 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Tue, 3 Jun 2008 11:21:49 +0000 (23:21 +1200)
ext/vim/syntax/tks.vim

index de1f5abed912a4c545feae47de942dd0b1bab4b7..61d0b4910ae0468e519c2ca3e9349c788ff4cf9a 100644 (file)
@@ -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="$"