Khoa Nguyen

Results 3 issues of Khoa Nguyen

Hi, I have something like this in my `http` file: ![image](https://user-images.githubusercontent.com/18320285/136497973-7e99ba3f-8375-4474-baab-1701b1a87745.png) Some issues/suggestions that I have: 1. Syntax highlight only works if the request begin with `http://` or `https://`. Could...

enhancement
good first issue

Hi, since [this commit](https://github.com/nvim-treesitter/nvim-treesitter/commit/c44a63ffdc213a5b56685a34502a00f56a2d061e) I encounter this error whenever I go to HTTP file ![image](https://user-images.githubusercontent.com/18320285/233611879-3db90e40-87c5-485d-96ba-64d025789256.png) This is the minimal config to reproduce the issue: ```lua local lazypath = vim.fn.stdpath("data") .....

Hi, I want to send a request like this ```http POST http://localhost:8000/api/v1/messages Content-Type: application/json { "template": "{{#user~}}I want a response to the following query:{{query}}{{~/user}}" } ``` I got this error...