Open pnsantos opened 4 years ago
This is because the function call end matcher in starlark grammar looks for )
, so the #@
's are being interpreted as starlark comments in the arguments to the function. I am not sure there is a great to fix this; I will think on it some more.
the same happen for:
#@ apps = [
#@ "first",
#@ "second"
#@ ]
When I do:
the last three lines are being highlighted as if they were comments.
Using version
0.0.2
and vscode1.45.1
(linux)