[Chore] Update extractor for 30web

This commit is contained in:
Angelos Chalaris
2019-11-06 19:19:37 +02:00
parent ec23f02c5f
commit d849ee91ba
7 changed files with 31 additions and 18 deletions

View File

@ -12,6 +12,12 @@ module.exports = {
pagePath: `src/docs/pages`,
staticPartsPath: `src/static-parts`,
// General information
language: `jsx`,
optionalLanguage: `css`
language: {
short: `jsx`,
long: `JSX (React)`
},
optionalLanguage: {
short: `css`,
long: `CSS`
}
};