nix-community / vscode-nix-ide

Nix language support for VSCode editor [maintainer: @jnoortheen]
https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide
MIT License
290 stars 22 forks source link

Incorrect syntax highlighting for long comments #348

Open misaka4a92 opened 1 year ago

misaka4a92 commented 1 year ago

test case:

{ sha256 = /*/ lib.fakeSha256 /**/ "sha256-QFBRG/xsV7FI0+sYudxIMxx8wm6UFbbkftDSrKqpZig="; } # incorrect
{ sha256 = /*/ lib.fakeSha256 / **/ "sha256-QFBRG/xsV7FI0+sYudxIMxx8wm6UFbbkftDSrKqpZig="; } # incorrect
{ sha256 = /*/ lib.fakeSha256 /* */ "sha256-QFBRG/xsV7FI0+sYudxIMxx8wm6UFbbkftDSrKqpZig="; } # correct

see also:

version info: