lib/codemirror/mode/smartymixed/index.html
{** * @brief Smarty mixed mode * @author Ruslan Osmanov * @date 29.06.2013 *} {$title|htmlspecialchars|truncate:30} {* Multiline smarty * comment, no {$variables} here *} {literal} {literal} is just an HTML text. {/literal} {extends file="parent.tpl"} {include file="template.tpl"} {* some example Smarty content *} {if isset($name) && $name == 'Blog'} This is a {$var}. {$integer = 4511}, {$array[] = "a"}, {$stringvar = "string"} {$integer = 4512} {$array[] = "a"} {$stringvar = "string"} {assign var='bob' value=$var.prop} {elseif $name == $foo} {function name=menu level=0} {foreach $data as $entry} {if is_array($entry)} - {$entry@key} {menu data=$entry level=$level+1} {else} {$entry} {* One * Two * Three *} {/if} {/foreach} {/function} {/if}
The Smarty mixed mode depends on the Smarty and HTML mixed modes. HTML mixed mode itself depends on XML, JavaScript, and CSS modes.
It takes the same options, as Smarty and HTML mixed modes.
MIME types defined: text/x-smarty.