extend tags to definitions
Would it be possible to add new tags for parameters, exo and endogenous variables?
Something similar to the latex-name e.g.
var
C c [name = 'private consumption']
...
end;
varexo
e \varepsilon [name='technology shock']
...
end;
parameters
sigma \sigma [name='elasticity of substitution']
...
end;