🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
206 B
TypeScript
Executable File
12 lines
206 B
TypeScript
Executable File
declare const _: {
|
|
name: 'JFlex'
|
|
type: 'programming'
|
|
aceMode: 'text'
|
|
extensions: ['.flex', '.jflex']
|
|
languageId: 173
|
|
tmScope: 'source.jflex'
|
|
color: '#DBCA00'
|
|
group: 'Lex'
|
|
}
|
|
export default _
|