Skip to content

Commit

Permalink
Merge remote-tracking branch 'chpock/add-hcl'
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Nov 19, 2024
2 parents ee54d17 + 660cad5 commit 153b2d4
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
- [shell-bash] add functions to outlined list
- [markdown] added the ability to connect the backlight in 'code' by creating your own scheme 'markdown2:markdown2'
- [markdown] highlight special all caps HTML tags
- [hcl] add a new schema for HashiCorp HCL
- [terraform] add a new schema for HashiCorp Terraform

## [1.2.0] - 2021-09-12

Expand Down
10 changes: 10 additions & 0 deletions hrc/hrc/proto.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,16 @@
<filename weight='1'>/\.y$/i</filename>
</prototype>

<!-- HashiCorp scripts -->
<prototype name="hcl" group="scripts" description="HashiCorp HCL">
<location link="scripts/hcl/hcl.hrc"/>
<filename>/\.hcl$/i</filename>
</prototype>
<prototype name="terraform" group="scripts" description="HashiCorp Terraform">
<location link="scripts/hcl/terraform.hrc"/>
<filename>/\.tf$/i</filename>
<filename>/\.tfvars$/i</filename>
</prototype>

<prototype name="delphiform" group="scripts" description="Delphi form">
<location link="scripts/dfm.hrc" />
Expand Down
Loading

0 comments on commit 153b2d4

Please sign in to comment.