Results 128 comments of Luo Chen

It seems that there is something wrong with your file detection, can you check your filetype-detected-by-vim via `:set ft`. Sorry for the very very late response, I'm not sure if...

Maybe you can get some help here: https://github.com/luochen1990/rainbow#troubleshooting

Maybe you can find something useful in README.md of this repo (search `guis` and `cterms`), and from vim help (`:h attr-list`)

You can read the README about troubleshooting, and use the tool to check which syntax rule is actived. Could that be spell checking?

What's your expecting result? Do you just want to disable rainbow for this file type or you want rainbow to highlight the parentheses inside `{% %}` or you want to...

Yes, look at the README about configuration: https://github.com/luochen1990/rainbow#configure there is `guis` and `cterms` option.

emmm, Can you use the tools in the README about [troubleshooting](https://github.com/luochen1990/rainbow#troubleshooting) to check what happend? It is possible that other syntax rule takes precedence than rainbow.

It seems that the `script` tag is matched by other rules, to confirm which is the rule and which plugin provided this rule, you can use the tool which I...

@narimiran can you show me your configuration?

@narimiran > Is there a better way than doing this one by one, and also duplicating what is in default rule for parentheses? Actually, VimScript provided the `map` function, so...