linguist-languages
Version:
Linguist languages data
13 lines (12 loc) • 356 B
JavaScript
export default {
name: 'HCL',
type: 'programming',
aceMode: 'terraform',
extensions: ['.hcl', '.nomad', '.tf', '.tfvars', '.tofu', '.workflow'],
languageId: 144,
tmScope: 'source.hcl',
aliases: ['HashiCorp Configuration Language', 'opentofu', 'terraform'],
codemirrorMode: 'ruby',
codemirrorMimeType: 'text/x-ruby',
color: '#844FBA',
}