Results 20 comments of Iskustvo

@IngoHeimbach, thanks a lot for the tip! After adding ```viml let g:chromatica#global_args = ['-isystem/usr/lib/clang/8.0.0/include'] ``` the syntax highlighting improved a lot. However, Chromatica still doesn't highlight some header names. For...

>This isn't specific to viins mode; you can get it in vicmd mode if you use a bar cursor there too. Yes, you are correct, seems like the bar cursor...

> Exactly. We could invent a way to prevent that style from being added, as you suggest (or a way to remove them after being added and before zle processes...

> Nah, it's unrelated to brackets highlighter. It's the general parsing issue. And there's actually two of them :smile: > I will open separate issues... Here's the first one: https://github.com/zsh-users/zsh-syntax-highlighting/issues/891...

> If you press `` on the line in the screenshot, does it (1) define a function named `aaa` whose body is `echo "aaa"`, or (2) print $PS2? In the...

We have diverged a bit. Do you have comment about [discussion for main issue](https://github.com/zsh-users/zsh-syntax-highlighting/issues/890#issuecomment-1214442267)?

While that solves the mentioned issue, doing that is equivalent to turning `brackets` off :smile: * No warning for unbalanced parentheses * No highlight for matching parenthesis when cursor is...

> * Skip adding highlighting for a pair of brackets if either of them is already covered by a $region_highlight element for which `$((end - start >= 2))` — i.e.,...

> Duplicate of #223. (Though to be fair, I remembered that issue was labeled needs:lookahead, so it was easy for me to find it.) Fair enough. Why not close this...

Hi @danielshahaf, thank you for answering! Unfortunately, none of the suggested made any visual change :disappointed: In my setup, the only thing related to highlighting is: ```zsh source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ZSH_HIGHLIGHT_HIGHLIGHTERS=(main...