mirror of
https://git.dk1mi.radio/mclemens/vim-fle-syntax.git
synced 2025-01-18 13:51:11 +01:00
FIX: time regex fixed
This commit is contained in:
parent
4c21fb1f18
commit
998f69ea01
1 changed files with 1 additions and 1 deletions
|
@ -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]/
|
||||
|
||||
|
|
Loading…
Reference in a new issue