You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Hion-V , for now we can only have syntax highlight for code blocks and not code notes (w/ CodeMirror). The reason is that we are currently using CodeMirror 5 but the provided plugin is for CodeMirror 6.
Will create a separate issue to track the code note support.
eliandoran
changed the title
(Feature request) Code Note language support for Terraform (HCL)
(Feature request) Code Block language support for Terraform (HCL)
Dec 13, 2024
Describe feature
It would be nice to have Code Note language support and syntax highlighting for HCL which is used for terraform.
Additional Information
There appears to be a highlightjs package for this already according to https://highlightjs.readthedocs.io/en/latest/supported-languages.html so this might not be too difficult to implement
Also noteworthy is that there's a package for CodeMirror too https://github.com/haoqixu/codemirror-lang-hcl
The text was updated successfully, but these errors were encountered: