Support for Kebab case in object names? #448
|
im templating a aws fargate task with pkl, for that i need to evaluate a pkl template to json and one object needs to be named in Kebab case MRE kebab-case = truei get the error –– Pkl Error ––
Mismatched input: `-`. Expected one of: `{`, `=`, `:`
1 | kebab-case = true
^instead if i modify it to snake case everything works, is there a workaround for that? |
Answered by
StefMa
Apr 24, 2024
Replies: 1 comment 1 reply
|
Using backticks should solve your problem. See also #381 |
1 reply
Answer selected by
contini-aron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using backticks should solve your problem.
See also #381