🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
214 B
TypeScript
Executable File
12 lines
214 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Dafny'
|
|
type: 'programming'
|
|
aceMode: 'text'
|
|
extensions: ['.dfy']
|
|
languageId: 969323346
|
|
tmScope: 'text.dfy.dafny'
|
|
color: '#FFEC25'
|
|
interpreters: ['dafny']
|
|
}
|
|
export default _
|