Add HCL to languages.yml

More information on HCL: https://github.com/hashicorp/hcl
This commit is contained in:
Seth Vargo
2014-12-18 17:46:26 -05:00
parent 15191b068d
commit a97fd74399

View File

@@ -1239,6 +1239,14 @@ Harbour:
tm_scope: none tm_scope: none
ace_mode: text ace_mode: text
HCL:
type: programming
extensions:
- .hcl
- .tf
ace_mode: javascript
tm_scope: source.json
Haskell: Haskell:
type: programming type: programming
color: "#29b544" color: "#29b544"