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
Arithmetic operation using (( xxx )) is rendered wrongly, it has two color, but it should have only one color in syntax.
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:
There is some work on adding a 'cluster' mechanic like vim's to add more flexibility for more complex occasions... But is it worth the cost... ? > <
(A draft with feature added but without document updated is at https://github.com/91khr/rainbow
Describe the bug
Arithmetic operation using
(( xxx ))
is rendered wrongly, it has two color, but it should have only one color in syntax.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.zsh
, filetype=zsh(( 12344 == 16777216 ))
Steps:
vim bug.zsh
((
and))
Expected behavior
two brackets is rendered as same color as syntax
Screenshots
Additional context
If the technology does not work, please turn off this plugin for bash and zsh like sh.
As here: 108eb2b#diff-3ec0c4a499b949d280a477e6ea520fc842dc3db99a83c9281573ed59af0d4ff5R43
The text was updated successfully, but these errors were encountered: