nvim-treesitter/queries/http/highlights.scm

20 lines
300 B
Scheme
Raw Normal View History

2021-11-04 23:12:21 +02:00
; inherits: json
; Display errors
(ERROR) @error
; Comments
(comment) @comment
(request
method: (method) @keyword
2021-11-04 15:16:39 +02:00
url: (url) @text.uri)
(header
name: (name) @constant
value: (value))
; rest.nvim Neovim plugin specific features
(external_body
2021-11-04 15:16:39 +02:00
json_file: (json_file) @text.uri) @keyword