Closed RedCMD closed 1 month ago
Our TextMate grammar is pretty bare bones at the moment. I'll take a second look at it soon.
The TextMate grammar correctly tokenizes it as keyword.operator.pkl
it's the semantic highlighting from Tree-sitter that's causing the error
Ah yes, I somehow missed that from your image. You can create an issue on our tree-sitter repo.
I believe this is fixed.
The assignment operator
=
is reported as an errorinvalid.illegal.pkl
in the file index.pkl https://github.com/apple/pkl-vscode/blob/c7b00480b7c5d669b6dae630be3974cd72c181e5/src/pkl/index.pkl#L19-L20