From ccf395c95b5cf0ce51b30b4d10055675829a147e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 15 Jan 2024 12:51:22 -0600 Subject: [PATCH] rss: highlight xml --- torchlight.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/torchlight.config.js b/torchlight.config.js index 81c3bea..35265ff 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -50,7 +50,8 @@ module.exports = { // Globs to include when looking for files to highlight. includeGlobs: [ '**/*.htm', - '**/*.html' + '**/*.html', + '**/feed.xml' ], // String patterns to ignore (not globs). The entire file