Replies: 1 comment
-
I don't know Angular. There is an
You will need to know how to write Tree-sitter queries. You can add the query to your own configuration first before opening a PR. That way you can use it immediately without having to wait for me to merge a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have angular components saved as
name.component.html
which are effectively plain html with some handlebar things mixed in. In neovim my angular components are detected asangular.html
files - can I set rainbow to use the html parser for these files?I've read through the docs and tried a couple of things, but nothing is working out for me.
Thenks in advance!
Beta Was this translation helpful? Give feedback.
All reactions