Open bborad opened 4 years ago
has some success, import json language fixes the problem for json but still no luck with bash.
import 'prismjs/components/prism-json.min'; //fixes JSON issue import 'prismjs/components/prism-bash.min'; //still ng add @angular/fire is not highlighted
json object and bash command are not highlighted properly
--------- Component
But checking on prismjs.com/ test drive show it correct
different I noticed is test drive has "language-markup" in "pre" tag and "language-json" in "code" tag but with ngx-prism/core these bot tags are set as "language-json".
Am I missing anything?
Thanks