rss: highlight xml

This commit is contained in:
John Bowdre 2024-01-15 12:51:22 -06:00
parent 15cb3e0a82
commit ccf395c95b

View file

@ -50,7 +50,8 @@ module.exports = {
// Globs to include when looking for files to highlight. // Globs to include when looking for files to highlight.
includeGlobs: [ includeGlobs: [
'**/*.htm', '**/*.htm',
'**/*.html' '**/*.html',
'**/feed.xml'
], ],
// String patterns to ignore (not globs). The entire file // String patterns to ignore (not globs). The entire file