Skip to content

Commit

Permalink
Add HCL to markdown (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Jan 9, 2025
1 parent cf862e3 commit ca63b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/hf-markdown/hf-markdown.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import 'prismjs/components/prism-go';
import 'prismjs/components/prism-docker';
import 'prismjs/components/prism-python';
import 'prismjs/components/prism-yaml';
import 'prismjs/components/prism-hcl';

// Replacement for lodash's escape
const escape = (s: string) =>
Expand Down

0 comments on commit ca63b0d

Please sign in to comment.