grafana / vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Apache License 2.0
65 stars 7 forks source link

fix: syntax highlight broken on function calls or return value #42

Closed marxus closed 2 months ago

marxus commented 2 months ago

fix:

changes:

[1] those functions are not part of the language nor keywords, they are stdlib... usually there is no stdlib highlights on other langs

hopefully the screenshots are clear enough

Broken 1:

image

Fixed 1:

image

Broken 2:

image

Fixed 2:

image

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

marxus commented 2 months ago

thanks for merging. can it be published/released as 0.6.2?