Open studious opened 1 week ago
Ah, more digging and I think I see what's up. Embedded ruby in tree-sitter has no decent query mechanism. That's unfortunate. (output_directive (code) @cd))
is as close as I can get without more understanding.
Is that enough to potentially look for strings to sort?
I have sorting work for most of my ruby eruby (.erb) files but the following class usage on the same page does not sort.
Should it sort and if I need to customise my nvim configs how do I go about doing this?
Thanks