We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
////////////////////////////////////////////////////////////////////// // Foo functions //////////////////////////////////////////////////////////////////////
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!)
The text was updated successfully, but these errors were encountered:
Yikes. Thanks for the heads-up. Now hopefully this is not beyond my ability to fix...
Sorry, something went wrong.
Doing some tests to try to fix issue #1
cd5104c
Fixed on upcoming 0.4.0 release! (At last!)
GwynethLlewelyn
No branches or pull requests
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!)
The text was updated successfully, but these errors were encountered: