mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 14:32:19 +00:00
parent
ccf395c95b
commit
71b61c700d
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ 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