Sublime Forum

Where Sublime stores which tags need closing tags?

#1

Hello,

we use for our HTML-templates an template-engine which has tags like <TMPL_VAR FIRST_NAME> (no closing tag!) and tags like <TMPL_LOOP PERSONS> … </TMPL_LOOP>. How can I can configure which tags Sublime Text (3) closes automatically (when I type </ ) and which ones don’t need closing tags? This must be stored somewhere, because Sublime Text never closes
but always <TMPL_VAR FIRST_NAME>.

Thank you very much!

Ciao

alex

0 Likes

#2

Check out “HTML/html_completions.py” using packagecontrol.io/packages/Pack … urceViewer

0 Likes