Pass through # eo[ft] also in sparse mode
diff --git a/src/index.js b/src/index.js
index 23447f6..ab05072 100755
--- a/src/index.js
+++ b/src/index.js
@@ -79,6 +79,9 @@
     } else if (line.match('^#\\s*text_id')){
       global.fileheader += `${line}\n`;
       return;
+    } else if (line.match('^#\\s*eo[ft]')){
+      process.stdout.write(`${line}\n`);
+      return;
     } else if (line.match('^#')){
       global.header += `${line}\n`;
       return;