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

Parsing issue with strings #8

Closed
hectorj opened this issue Jul 8, 2017 · 2 comments · Fixed by #27
Closed

Parsing issue with strings #8

hectorj opened this issue Jul 8, 2017 · 2 comments · Fixed by #27
Assignees
Labels

Comments

@hectorj
Copy link

hectorj commented Jul 8, 2017

Here is a screenshot of https://github.com/NixOS/nixpkgs/blob/ffb4797dd303589d48bae466ec4b735438f2244e/nixos/modules/services/networking/haproxy.nix open in Goglang with NixIdea v0.2.0.1:

image

The file is valid, but it seems the plugin fails to detect the end of the string, or something like this? That's what the coloration make me think, but I'm not really sure.

The error it shows is a false positive, that's all I'm sure of.

Sorry I'm not very familiar with Java nor IntelliJ plugins so I haven't tried digging into the plugin's code yet to see if I could make a PR.

I hope this report helps.

@pSub
Copy link
Member

pSub commented Jul 10, 2017

I am aware of this issue. I hope I have time to prepare a PR soon.

@JojOatXGME JojOatXGME self-assigned this Jan 27, 2021
@JojOatXGME JojOatXGME added the bug label Jan 27, 2021
@JojOatXGME
Copy link
Contributor

I'm currently rewriting the parser and I just checked your example. Your example seems to work with the new implementation. I will close the ticket when I have finished my work and integrated my changes.

@JojOatXGME JojOatXGME linked a pull request Apr 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants