mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
304 stars 5 forks source link

`{{port}}` variable breaks Treesitter parser #1

Closed gorillamoe closed 3 weeks ago

gorillamoe commented 3 weeks ago

Given this file the parser errors on the {{port}} variable.

@port=3000

POST https://localhost:{{port}}/
accept: application/json
custom-header-date: {{$date}}

Age=24&\
City="Cologne Porz"
gorillamoe commented 3 weeks ago

This is superseeded by #18. This will fix the current propblems with the variable substitution.