Trying to use inside ts/js files.
Hey, I'm trying to modify this plugin for my personal use, for work with styled, I've already changed for work in typescript files, but I don't know where I need to change, to stop recognizes only inside CSS elements, like body {}, it's possible to do that?
If you can help me with that, if not, it's okay! :)
Hi!
I don't use styled-components for myself, but I think it would be nice to support it as well. I guess I need to figure out how tree-sitter works with styled-components in JS/TS, then I'll try to modify it accordingly. In the meantime, let me know if you have any other ideas or suggestions. Thanks :)
Hi! :) Yeah, for sure tree-sitter it's the answer for that. I wish I know how tree-sitter works, I'm going to try to learn in the next days. Thanks for the reply! 😁