🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
215 B
TypeScript
Executable File
12 lines
215 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Kit'
|
|
type: 'markup'
|
|
aceMode: 'html'
|
|
extensions: ['.kit']
|
|
languageId: 188
|
|
tmScope: 'text.html.basic'
|
|
codemirrorMode: 'htmlmixed'
|
|
codemirrorMimeType: 'text/html'
|
|
}
|
|
export = _
|