🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
235 B
JavaScript
Executable File
12 lines
235 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Stylus',
|
|
type: 'markup',
|
|
aceMode: 'stylus',
|
|
extensions: ['.styl'],
|
|
languageId: 359,
|
|
tmScope: 'source.stylus',
|
|
codemirrorMode: 'stylus',
|
|
codemirrorMimeType: 'text/x-styl',
|
|
color: '#ff6347',
|
|
}
|