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 = true i 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? |
Beta Was this translation helpful? Give feedback.
Answered by
StefMa
Apr 24, 2024
Replies: 1 comment 1 reply
-
Using backticks should solve your problem. See also #381 |
Beta Was this translation helpful? Give feedback.
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