I'm thinking in having either a set of folders/files with the templates, where, inside, they look exactly like the others:
Code: Select all
[Something]
{
xxx=qwe;
}
Code: Select all
<Something>
{
xxxx=qwe;
}
Code: Select all
[Something]:<Some>
{}
or
[Something]:[Some]
{}
Code: Select all
[Something]
{
Inherits=Some;
xxxx=qwe;
}