diff options
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 51 |
1 files changed, 50 insertions, 1 deletions
@@ -1,4 +1,53 @@ { "presets": ["next/babel"], - "plugins": ["macros"] + "plugins": [ + "macros", + [ + "prismjs", + { + "languages": [ + "apacheconf", + "bash", + "css", + "diff", + "docker", + "editorconfig", + "ejs", + "git", + "html", + "ignore", + "ini", + "javascript", + "jsdoc", + "json", + "jsx", + "makefile", + "markup", + "php", + "phpdoc", + "regex", + "scss", + "shell-session", + "smarty", + "tcl", + "toml", + "tsx", + "twig", + "yaml" + ], + "plugins": [ + "command-line", + "copy-to-clipboard", + "diff-highlight", + "inline-color", + "line-highlight", + "line-numbers", + "match-braces", + "show-language", + "toolbar" + ], + "css": true + } + ] + ] } |
