casey/tree-sitter-just

parsing is broken if backtick evaluated command contains {{

Open

#159 建立於 2024年4月26日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Just (39 fork)github user discovery
bughelp wanted

倉庫指標

Star
 (192 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南