#code-highlight support Rust ?

11 messages · Page 1 of 1 (latest)

worthy kelp
#

I am unable to figure out why highlight is not working
as rust is supported by https://highlightjs.org/

Code:

          code={context.snippet}
          withCopyButton={false}
          language={"rust"}
          
        />
young cosmos
#

🦀

worthy kelp
#

Forget this part

import "@mantine/code-highlight/styles.css";

Thanks @minor hemlock

#

fixed

worthy kelp
minor hemlock
worthy kelp
#

is there any work around so I can use v6 prism in v7?

minor hemlock
worthy kelp
minor hemlock