emmetio/codemirror

Add 'text/x-styl': 'stylus' to the modeMap

Opened this issue · 0 comments

Add 'text/x-styl': 'stylus' to the modeMap editor.js

        modeMap: {
            'text/html': 'html',
            'application/xml': 'xml',
            'text/xsl': 'xsl',
            'text/css': 'css',
            'text/x-less': 'less',
            'text/x-scss': 'scss',
            'text/x-sass': 'sass',
            'text/x-styl': 'stylus'
        },

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.