From bfbe92e274efaf94ea53b655533e14d46c01eaf6 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 4 Aug 2016 15:12:59 -0700 Subject: [PATCH] Change the node web server to serve up .lst files as plain text --- modules/htmlout/lib/htmlout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js index 29a0712b1..31b4bc647 100644 --- a/modules/htmlout/lib/htmlout.js +++ b/modules/htmlout/lib/htmlout.js @@ -198,6 +198,7 @@ var asExtsPlainText = [ "bas", "hex", "inc", + "lst", "mac", "map", "nasm",