Answer the question
In order to leave comments, you need to log in
Why doesn't snippet work inside a block?
In general, the essence of the issue.
Used by pug + bemto
There is the following snippet:
<snippet>
<content><![CDATA[
= '\n'
// begin $1
+b.$1
$0
// end $1
= '\n'
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bl</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.pug</scope> -->
</snippet>
= '\n'
// begin
+b.
// end
= '\n'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question