-
Notifications
You must be signed in to change notification settings - Fork 97
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
Golang doesn't seem to be supported[Bug] #166
Labels
Comments
Sorry for the late response. Maybe you can try to disable other plugins and try again. |
My vim version, FYI
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I installed this plugin vim on my Mac. My OS X version is 11.6.
To Reproduce
Steps to reproduce the behavior, Please provide a minimal piece of code to produce this issue, along with it's filename and it's filetype detected by vim (via
:set ft?
), a piece of text is better than a picture here. For example:File:
bug.js
, filetype=javascriptSteps:
vim example.go
{
and}
around text{x: 1, y: 2}
is not getting colored.Expected behavior
A clear and concise description of what you expected to happen.
Brackets are supposed to be colored.
Screenshots
Provide a screenshot to describe what you got.
Additional context
Are you using some third-party syntax plugins? Add any other context about the problem here.
Additional plugins that I have installed in vim:
The text was updated successfully, but these errors were encountered: