Skip to content

Commit 77b0640

Browse files
matifalipull[bot]
authored andcommitted
chore(docs): fix syntax highlighting (#10247)
Due to some reason, our docs are not rendering syntax highlighting when the code block type is 'terraform'. Changing the type to `hcl` fixes this.
1 parent bbb7c3a commit 77b0640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ come bundled with your Coder deployment.
2323

2424
These can all be configured to use an icon by setting the `icon` field.
2525

26-
```terraform
26+
```hcl
2727
data "coder_parameter" "my_parameter" {
2828
icon = "/icon/coder.svg"
2929

0 commit comments

Comments
 (0)