export default {
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',
}