🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
277 B
TypeScript
Executable File
13 lines
277 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Cypher'
|
|
type: 'programming'
|
|
aceMode: 'text'
|
|
extensions: ['.cyp', '.cypher']
|
|
languageId: 850806976
|
|
tmScope: 'source.cypher'
|
|
codemirrorMode: 'cypher'
|
|
codemirrorMimeType: 'application/x-cypher-query'
|
|
color: '#34c0eb'
|
|
}
|
|
export default _
|