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