-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for vue template files #4
Comments
Thanks mate! I didn't work with Vue tbh, but it's such a big ecosystem that I think it's worth supporting in future! I've planned to support other parsers/languages, sounds like Vue might be the first one :D But at first I would like to add support for I have a question regarding your preference, should CodeQue support only searching in the script part of the file, or in the template and style parts as well ? |
For me personally, I mostly need to search only the script part, but it would definitely be a great feature to also be able to search the template aswell. I don't see too much need in searching for CSS via AST methods though |
Thanks! Actually I've checked and styles are not parsed to AST, so it would not work well anyway But script and template are definetly doable |
@johnsoncodehk could be interested :D |
Well, if you manage to support Tree-Sitter integration of new languages would be a breeze, I guess |
I'm really looking forward for using this tool for our work codebase.
Unfortunately, as of now it doesn't seem to support Vue files.
https://vuejs.org/guide/scaling-up/sfc.html
They're usually set up like this:
Thank you and good job!
The text was updated successfully, but these errors were encountered: