casey/tree-sitter-just

parsing is broken if backtick evaluated command contains {{

Open

#159 geöffnet am 26. Apr. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Just (39 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (192 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide