🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
292 B
TypeScript
Executable File
13 lines
292 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Forth'
|
|
type: 'programming'
|
|
aceMode: 'forth'
|
|
extensions: ['.fth', '.4th', '.f', '.for', '.forth', '.fr', '.frt', '.fs']
|
|
languageId: 114
|
|
tmScope: 'source.forth'
|
|
codemirrorMode: 'forth'
|
|
codemirrorMimeType: 'text/x-forth'
|
|
color: '#341708'
|
|
}
|
|
export = _
|