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

Go variable declarations are not rendered correctly in Markdown #61

Open
ditek opened this issue Dec 17, 2018 · 2 comments
Open

Go variable declarations are not rendered correctly in Markdown #61

ditek opened this issue Dec 17, 2018 · 2 comments
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@ditek
Copy link

ditek commented Dec 17, 2018

VS Code version: Code 1.30.0
OS version: Windows_NT ia32 10.0.17134

Does this issue occur when all extensions are disabled? Yes

Go variable declarations are not rendered correctly in Markdown.

In a .md file:
image

Code in a .go file:
image

@mjbvz
Copy link
Contributor

mjbvz commented Dec 19, 2018

Highlighting works as expected in a normal go file:

screen shot 2018-12-19 at 11 53 46 am

Not clear what is going wrong for the embedded mode. One idea is that the go grammar uses$self and this may not be working properly in embedded contexts. Needs more investigation

@skprabhanjan
Copy link

@mjbvz , I can fix this :)
Need more help in starting though :)

@mjbvz mjbvz transferred this issue from microsoft/vscode Oct 8, 2019
@mjbvz mjbvz removed their assignment Jun 3, 2022
@mjbvz mjbvz added this to the Backlog milestone Dec 5, 2022
@mjbvz mjbvz added the bug Issue identified by VS Code Team member as probable bug label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants