You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=javascript
var pair = {x: 1, y: 2}
Steps:
Open file via vim example.go
See the color of { 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:
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=javascript
var pair = {x: 1, y: 2}
Steps:
Open file via vim example.go
See the color of { 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: