Fix syntax highlighting
This commit is contained in:
parent
351861d4c0
commit
62c1ee08d8
|
@ -4,5 +4,6 @@ module.exports = {
|
||||||
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
|
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
|
||||||
paths: () => glob.sync([
|
paths: () => glob.sync([
|
||||||
'source/**/*.{md,twig}'
|
'source/**/*.{md,twig}'
|
||||||
])
|
]),
|
||||||
|
whitelistPatterns: [/hljs/, /language/]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue