Allow for dots in mvd value

This commit is contained in:
Geert Hesselink
2025-02-18 16:55:19 +01:00
committed by Thomas Krijnen
parent 968e193f99
commit 9f11568aff
+1 -1
View File
@@ -230,7 +230,7 @@ mvd_grammar = r'''
set_name: /[A-Za-z0-9_]+/
value: /[A-Za-z0-9 _-]+/
value: /[A-Za-z0-9 _\.-]+/
comment_text: /[^\[\]]+/ // Free text inside COMMENT brackets