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

Inline comments parsing problem #1

Closed
amkasprzyk opened this issue Sep 17, 2020 · 2 comments
Closed

Inline comments parsing problem #1

amkasprzyk opened this issue Sep 17, 2020 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@amkasprzyk
Copy link

Code such as:

//////////////////////////////////////////////////////////////////////
// Foo functions
//////////////////////////////////////////////////////////////////////

// foo bar cat.
func foo(s string) {
}

fails to render properly. (Inserting a space after the initial "//" on lines 1 and 3 fixes this.)

(Really great work -- thanks very much for taking the time to create this extension!)

@GwynethLlewelyn
Copy link
Owner

Yikes. Thanks for the heads-up. Now hopefully this is not beyond my ability to fix...

@GwynethLlewelyn GwynethLlewelyn self-assigned this Feb 4, 2021
@GwynethLlewelyn GwynethLlewelyn added the bug Something isn't working label Feb 4, 2021
@GwynethLlewelyn
Copy link
Owner

Fixed on upcoming 0.4.0 release! (At last!)

@GwynethLlewelyn GwynethLlewelyn added this to the v0.4.0 milestone Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants