2012/11/26 12:11:46
|
---|
|
Fixing ICMS Style Smarty delimiters in SublimeTextIf you use sublimetext2 or textmate - no doubt you have seen that these editors register the icms style smarty delimiters as erroneous with the standard html syntax highlighter, and the smarty syntax highlighter available online is useless.
Good news! You can easily fix the smarty delimiters issue, and here is how. Please note that I am a mac user - you will have to translate to windows if you use that OS :) Steps: 1. Open /Users/<you>/Library/Application Support/Sublime Text 2/Packages/HTML/HTML.tmLanguage Here you can either find the references to smarty and uncomment them - then update them to use the icms delimiters - or just copy this in. http://mrtheme.com/files/HTML.tmLanguage.txt Save - restart your editor and you are done. |
2012/11/26 18:49:48
|
---|
|
Re: Fixing ICMS Style Smarty delimiters in SublimeTextGreat and thank you! I installed SublimeText on my Ubuntu machine yesterday
/usr/lib/sublime-text-2/Pristine Packages/HTML.sublime-package.zip Replace the file HTML.tmLanguage.txt and restart SublimeText, finish. Works as well! |