🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
239 B
TypeScript
Executable File
13 lines
239 B
TypeScript
Executable File
declare const _: {
|
|
name: 'PigLatin'
|
|
type: 'programming'
|
|
aceMode: 'pig'
|
|
extensions: ['.pig']
|
|
languageId: 286
|
|
tmScope: 'source.pig_latin'
|
|
codemirrorMode: 'pig'
|
|
codemirrorMimeType: 'text/x-pig'
|
|
color: '#fcd7de'
|
|
}
|
|
export = _
|