mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat: add Hurl
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
This commit is contained in:
parent
330da0ff07
commit
d186a9e95a
7 changed files with 186 additions and 0 deletions
20
queries/hurl/folds.scm
Normal file
20
queries/hurl/folds.scm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
; fold.scm
|
||||
|
||||
[
|
||||
(comment)
|
||||
(entry)
|
||||
(request)
|
||||
(response)
|
||||
(header)
|
||||
(request_section)
|
||||
(body)
|
||||
(response_section)
|
||||
(multipart_form_data_section)
|
||||
(cookies_section)
|
||||
(captures_section)
|
||||
(asserts_section)
|
||||
(options_section)
|
||||
(basic_auth_section)
|
||||
(json_object)
|
||||
(json_array)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue