Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect syntax highlighting for long comments #348

Open
misaka4a92 opened this issue Aug 5, 2023 · 0 comments
Open

Incorrect syntax highlighting for long comments #348

misaka4a92 opened this issue Aug 5, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@misaka4a92
Copy link

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:

  • jnoortheen.nix-ide v0.2.2
  • VSCodium

Version: 1.78.2
Release: 23132
Commit: e06ea6147733c975d26c3d3552462681e05cb147
Date: 2023-05-12T00:42:22.773Z
Electron: 22.3.5
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Linux x64 6.1.38
Sandboxed: No

@jnoortheen jnoortheen added the help wanted Extra attention is needed label Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants