0
<snippet>

<content>
  <![CDATA[<?= $item['lorem ipsum']?>]]>
</content>

<tabTrigger>item</tabTrigger>

</snippet>

Hello, help me please make a snippet using the $ - symbol, I need to when spelling an item and use the TAB - write a full command with sign , now the $ sign is ignored <?= ['lorem ipsum']?>

2
  • Please show us the code you've written and we'll give you help ;-) Commented Dec 27, 2016 at 11:32
  • Possible duplicate of Latex Sublime snippet Commented Dec 27, 2016 at 19:16

1 Answer 1

1

i find... need use \ with $ working snippet

<snippet>

<content><![CDATA[
<?= \$item['lorem ipsum']?>
]]></content>

<tabTrigger>item</tabTrigger>

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.