Handle tab character generated by PAF 5.
[gedcom-parse.git] / gedcom / gedcom_lohi.lex
index 1678875433304b32ce7992b31faac16810571b1e..21f84eb95129ca29aa7ab670d7218bacac85785e 100644 (file)
@@ -217,6 +217,8 @@ ACTION_BEFORE_REGEXPS
 
 {normal_at}              ACTION_NORMAL_AT
 
+{tab}                    ACTION_TAB
+
 .                        ACTION_UNEXPECTED
 
 %%