From b81b8b98f46a3184096d4e61cbb754162ebd4961 Mon Sep 17 00:00:00 2001 From: Michael Clemens // DK1MI Date: Tue, 24 Oct 2023 11:00:45 +0000 Subject: [PATCH] fixed regex for POTA references --- syntax/fle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/fle.vim b/syntax/fle.vim index e15e7e3..9c02aa9 100644 --- a/syntax/fle.vim +++ b/syntax/fle.vim @@ -25,7 +25,7 @@ syn match fle_name /@\(\S\+\)/ " matches on SOTA references. Example: w6/ct-226 syn match fle_sota /\<[a-zA-Z0-9]\{2,3}\/[a-zA-Z0-9]\{2}-[0-9]\{3}\>/ " matches on POTA references. Example: DA-1234 -syn match fle_pota /\<[a-zA-Z]\{1,2}-[0-9]\{4}\>/ +syn match fle_pota /\<[a-zA-Z0-9]\{1,3}-[0-9]\{4}\>/ " all supported operating modes syn keyword fle_mode CW SSB AM FM RTTY FT8 PSK JT65 JT9 FT4 JS8