John Nguyen
John Nguyen
@suruaku try these ```scm ;; filename: after/queries/vue/injections.scm (element (start_tag ((attribute (attribute_name) @_attribute_name (quoted_attribute_value (attribute_value) @_attribute_value)))) (text) @yaml (#eq? @_attribute_name "lang") (#match? @_attribute_value "(yaml|yml)")) ;; Bonus for json highlighting (element (start_tag...
It happens for me when I use [csharpls-extended-lsp.nvim](https://github.com/Decodetalkers/csharpls-extended-lsp.nvim) and go to definition in any library
Hi @steelsojka, could you please check this issue because treesitter-angular is not usable right now. Thank you.