qvalentin

Results 50 comments of qvalentin

Maybe we should add instructions on how to migrate from having the grammar installed manually. And also how to make a clean reinstall. For me this worked: ``` :TSUninstall helm...

Wouldn't it be better if we tried to add the parser to https://github.com/nvim-treesitter/nvim-treesitter? Following this [example PR](https://github.com/nvim-treesitter/nvim-treesitter/pull/5745) should be easy. This should at least work for gotmpl, for helm a...

Hi @kmoschcau, sorry for being a little bit inactive on this. I thought of another solution and opened up https://github.com/ngalaiko/tree-sitter-go-template/pull/15, please check it out.

Please check out https://github.com/ngalaiko/tree-sitter-go-template/pull/20

I think I found a case where this does not work correctly: ```yaml {{ if .Values }} - name: {{ .Chart.Name }}-{{ $variable }} image: "test" {{- end }} ```...

I'm also fine with merging this, I just wanted to point out what I noticed.

Did I just find another case? I can't really explain this one. ```yaml spec: triggers: - type: prometheus metadata: query: sum(rate(http_requests_total{deployment="my-deployment"}[2m])) quer: test broken: highlight ```

@baptman21 lets merge this, it is also already included in https://github.com/nvim-treesitter/nvim-treesitter like this already.

In case anyone is also waiting for this: If you are building a custom frontend, you can implement this change in your react code. Just use the `useChatSession` hook to...