Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
337 B
JavaScript
Executable File
13 lines
337 B
JavaScript
Executable File
module.exports = {
|
|
name: 'HCL',
|
|
type: 'programming',
|
|
aceMode: 'terraform',
|
|
extensions: ['.hcl', '.nomad', '.tf', '.tfvars', '.workflow'],
|
|
languageId: 144,
|
|
tmScope: 'source.hcl',
|
|
aliases: ['HashiCorp Configuration Language', 'terraform'],
|
|
codemirrorMode: 'ruby',
|
|
codemirrorMimeType: 'text/x-ruby',
|
|
color: '#844FBA',
|
|
}
|