You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a small issue which I hope you can fix regarding long-form names in dynare. A code block with such a thing would look like this:
var c ${c}$ (long_name='C/A')
y ${y}$ (long_name='Y/A')
k ${k}$ (long_name='K/A')
g ${g}$ (long_name='Growth Rate')
r ${r}$ (long_name='Rate of Return on K')
etau_k ${tau_k}$ (long_name='Capital Tax Rate');
The problem with the syntax highlighter here is that it thinks the end of each line should end with a semicolon when in fact it shouldn't. It gives the red highlight in my code whenever I do this which is annoying. Any way to fix this?
Here is a screenshot of the issue:
The text was updated successfully, but these errors were encountered:
Hey,
Thanks for the package btw.
There's a small issue which I hope you can fix regarding long-form names in dynare. A code block with such a thing would look like this:
The problem with the syntax highlighter here is that it thinks the end of each line should end with a semicolon when in fact it shouldn't. It gives the red highlight in my code whenever I do this which is annoying. Any way to fix this?
Here is a screenshot of the issue:
The text was updated successfully, but these errors were encountered: