mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(client): markdown code block not working (closes #1164)
This commit is contained in:
parent
75afdbe093
commit
69a6739d1f
1
libraries/codemirror/hcl.js
vendored
1
libraries/codemirror/hcl.js
vendored
@ -198,6 +198,7 @@
|
|||||||
ext: [ "hcl " ],
|
ext: [ "hcl " ],
|
||||||
mime: "text/x-hcl",
|
mime: "text/x-hcl",
|
||||||
mode: "hcl",
|
mode: "hcl",
|
||||||
|
name: "Terraform (HCL)"
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user