mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
rss: highlight xml
This commit is contained in:
parent
15cb3e0a82
commit
ccf395c95b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue