🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
243 B
TypeScript
Executable File
13 lines
243 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Stylus'
|
|
type: 'markup'
|
|
aceMode: 'stylus'
|
|
extensions: ['.styl']
|
|
languageId: 359
|
|
tmScope: 'source.stylus'
|
|
codemirrorMode: 'stylus'
|
|
codemirrorMimeType: 'text/x-styl'
|
|
color: '#ff6347'
|
|
}
|
|
export default _
|