🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
267 B
TypeScript
Executable File
13 lines
267 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Hack'
|
|
type: 'programming'
|
|
aceMode: 'php'
|
|
extensions: ['.hack', '.hh', '.hhi', '.php']
|
|
languageId: 153
|
|
tmScope: 'source.hack'
|
|
codemirrorMode: 'php'
|
|
codemirrorMimeType: 'application/x-httpd-php'
|
|
color: '#878787'
|
|
}
|
|
export = _
|