We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i'm got some issue trying to parse this :
"{{model_1 || 'MODEL_1'}}", "{{model_2 || 'MODEL_2' }}", "{{model_3 || 'MODEL_3' }}"
as soon as I trying to evaluate {{model_3 || 'MODEL_3'}} highlighting is broke.
{{model_3 || 'MODEL_3'}}
It's seems to only bug after 3 expression in a row.
any ideas ? thanks in advance.
The text was updated successfully, but these errors were encountered:
同问 - .-
Sorry, something went wrong.
No branches or pull requests
Hi,
i'm got some issue trying to parse this :
"{{model_1 || 'MODEL_1'}}", "{{model_2 || 'MODEL_2' }}", "{{model_3 || 'MODEL_3' }}"
as soon as I trying to evaluate
{{model_3 || 'MODEL_3'}}
highlighting is broke.It's seems to only bug after 3 expression in a row.
any ideas ?
thanks in advance.
The text was updated successfully, but these errors were encountered: