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
Additional context
The function call is has a correct syntax function_call(string, string, string) enclosed with the interpolation sequence${...}. (Code won't pass a linter, you can use example = "${function_call("", "", "/")}/interpolated_string" instead)
Expected behavior:
The text was updated successfully, but these errors were encountered:
Name of the lexer
Terraform
Code sample
https://rouge.jneen.net/v4.5.1/terraform/bG9jYWxzIHsKICAgICAgICBleGFtcGxlICAgPSAiJHtmdW5jdGlvbl9jYWxsKCIiLCAiIiwgIi8iKX0iCiAgICAgICAgcHJvamVjdF9uYW1lID0gcHJvamVjdF9uYW1lCn0
Additional context
The function call is has a correct syntax
function_call(string, string, string)
enclosed with the interpolation sequence${...}
. (Code won't pass a linter, you can useexample = "${function_call("", "", "/")}/interpolated_string"
instead)Expected behavior:
The text was updated successfully, but these errors were encountered: