html - Emmet overwritten snippet -


i have been following lessons on html , css provided jeffery way on tuts+:

http://learncss.tutsplus.com/

i got video on zen coding:

http://learncss.tutsplus.com/lesson/zen-coding/

i tried installing zen code sublime text 2 couldn't work. looked around on web , found emmet, seemed new best thing. installed through command pallete>"package install">"emmet". works great, issue snippet used before overwritten emmet.

the snippet used:

<snippet>    <content><![cdata[ <li type="square">${1:item} ${2:} ]]></content>    <tabtrigger>li</tabtrigger> </snippet> 

li + tab trigger:

<li type="square"> 

is there way me add emmet in sublime text 2? or use emmet accomplish tag? found guide emmet tabtriggers, not find one:

http://docs.emmet.io/cheat-sheet/

you can either create own snippet in emmet: http://docs.emmet.io/customization/snippets/ http://docs.emmet.io/abbreviations/types/

...or disable li snippet being handled emmet: https://github.com/sergeche/emmet-sublime/blob/master/emmet.sublime-settings#l55

...or disable emmet tab trigger , use ctrl+e: https://github.com/sergeche/emmet-sublime/blob/master/preferences.sublime-settings#l14

...or rename st snippet li2, lit, etc.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -