aboutsummaryrefslogtreecommitdiffhomepage
path: root/import_map.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-17 01:35:04 +0900
committernsfisis <nsfisis@gmail.com>2023-03-17 01:35:04 +0900
commit0766039bd9e6b9f5e6334e84666f5be698d41fc3 (patch)
tree0f3a52fdbf56496850f903d64dcf7725fb0aedbe /import_map.json
parentee72f8780cf3681e4202cc3a6358fb4038db1ec8 (diff)
downloadblog.nsfisis.dev-0766039bd9e6b9f5e6334e84666f5be698d41fc3.tar.gz
blog.nsfisis.dev-0766039bd9e6b9f5e6334e84666f5be698d41fc3.tar.zst
blog.nsfisis.dev-0766039bd9e6b9f5e6334e84666f5be698d41fc3.zip
feat(nuldoc): implement syntax highlight
Diffstat (limited to 'import_map.json')
-rw-r--r--import_map.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/import_map.json b/import_map.json
index 0bbc3d3..904e8e8 100644
--- a/import_map.json
+++ b/import_map.json
@@ -1,5 +1,6 @@
{
"imports": {
+ "hljs/": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/es/",
"std/": "https://deno.land/std@0.170.0/"
}
}