Skip to content
New issue

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

parsing is broken if backtick evaluated command contains {{ #159

Open
mhrabovcin opened this issue Apr 26, 2024 · 0 comments
Open

parsing is broken if backtick evaluated command contains {{ #159

mhrabovcin opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mhrabovcin
Copy link

mhrabovcin commented Apr 26, 2024

Hello, thanks for this plugin. I've ran into the following issue with using backticks evaluation and curly braces:

Example:

cert-manager-version := `go list -f '{{ .Version }}' -m github.com/cert-manager/cert-manager`

The rest of the document after this line looks like is not parsed. It seems the problematic is the . character in the {{ }} block. If i try to move . the parsing seems to be working correctly.

@tgross35 tgross35 added bug Something isn't working help wanted Extra attention is needed labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants