Fix syntax highlighting

This commit is contained in:
Oliver Davies 2020-02-05 22:53:33 +00:00
parent 351861d4c0
commit 62c1ee08d8

View file

@ -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/]
} }