<template colorcode = "html js css result" js="true" css="true" result="true">
code..
</template>
Then you set colorcode="parameters" it define which tab to show. if parameters not set, only code shows.
Caution: If you showing result, dont use existing element's id, dont define tag selectors on css code, and don't use variable or function names in js, that can affect your site's existing js code.
By default, only first tab is active. If you want to set active other tabs too, define it with separate attribute.
dom - may be dom id, template it self or empty (document)
{
inner:'white',
tag:'#FD2671',
prop:'#A2D529',
text:'#F2E679',
comment:'#6F7463',
fn:'#A2D529',
let:'#69E6E3',
false:'#B282F2',
this:'#FF971F'
}