S
S
supermishboy2015-10-14 17:39:46
css
supermishboy, 2015-10-14 17:39:46

How to configure emmet plugin for Stylus in Brackets?

I'm trying to set up the emmet plugin so that snippets work in files with the .styl extension Entered
into the snippets.json file

"stylus": {
"extends": "css"
},
"stylus": {
"extends": "stylus"
}
but still it doesn't work. Although scss, sass and less snippets work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kashutin, 2015-11-26
@supermishboy

editor.js
line 46, add
'text/x-styl': 'stylus',

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question