deathau / cm-editor-syntax-highlight-obsidian

A plugin for [Obsidian](https://obsidian.md) which allows syntax highlighting for code blocks in the editor.
499 stars 37 forks source link

Does this plug-in support HCL? #44

Open okichokun opened 2 years ago

okichokun commented 2 years ago

Does this plug-in support HCL? HCL syntax highlighting doesn't seem to work.

terraform {
  required_providers {
  *****
  }
EmptyLungs commented 1 year ago

+1 Would be really great to have HCL syntax highlighting

Lucasvar commented 1 year ago

+1. Maybe you can use a mode already written for HCL like this one. And create a PR