B
B
B2o5T2014-05-13 00:37:45
Sublime Text
B2o5T, 2014-05-13 00:37:45

Why doesn't emmet work in jade syntax (Sublime Text 3)?

Emmet doesn't work in JADE syntax (Sublime Text 3, downloaded plugin for syntax highlighting from Package Control).
ps I’ll tell you right away why I need emmet in jade - to insert lorem ipsum)))

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Velichko, 2014-05-13
@B2o5T

This function will be in version 1.1, naturally in Package Control not 1.1
Now you can use the beta https://github.com/sergeche/emmet-sublime/tree/v1.1
So put it on.
ps emmet.io/blog/beta-v1-1

L
leoismyname, 2014-05-13
@leoismyname

Have you tried using a snippet?

<snippet>
  <description>Lorem ipsum</description>
  <content><![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]></content>
  <tabTrigger>lorem</tabTrigger>
  <scope>-source</scope>
</snippet>

Write:
and Emmet is not needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question