Files
2025-12-03 21:28:08 +00:00

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',
}