Nix language support not working #2359
-
Here is what i have in my index.html <body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Windswept Pages',
loadSidebar: true,
subMaxLevel: 3
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nix.min.js"></script>
</body> And i am using it in my markdown files like this: ```nix
boot = {
code = "something";
}; But it is not highlighting! |
Beta Was this translation helpful? Give feedback.
Answered by
jasper-clarke
Jan 11, 2024
Replies: 1 comment
-
Something was wrong with the color scheme i made. All fixed now |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jasper-clarke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something was wrong with the color scheme i made. All fixed now