FIX: time regex fixed

This commit is contained in:
Michael Clemens 2022-10-28 21:39:56 +02:00
parent 4c21fb1f18
commit 998f69ea01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if exists("b:current_syntax")
endif
syn match fle_date /^\s*date \d\{4}-\d\{2}-\d\{2}/
syn match fle_time /\(^\|\s\)\(\d\{4}\|\d\{1,2}\)\($\|\s\)/
syn match fle_time /\(^\s*\)\@<=\(\d\{4}\|\d\{1,2}\)\($\|\s\)/
syn match fle_freq /\d\{1,3}\.\d\{3}/
syn match fle_call /\(\S*\/\)\{-\}[a-zA-Z0-9]\{1,3}[0-9][a-zA-Z0-9]\{0,3}[a-zA-Z]/