diff --git a/src/beautifiers/index.coffee b/src/beautifiers/index.coffee index 03a4a6b..9aeaf25 100644 --- a/src/beautifiers/index.coffee +++ b/src/beautifiers/index.coffee @@ -130,7 +130,10 @@ module.exports = class Beautifiers extends EventEmitter op.key = field # Remember Option's Language - op.language = lang + op.language = { + name: lang.name, + namespace: lang.namespace + } # Add option options[field] = op