nvim-treesitter/queries/http/highlights.scm
2021-11-12 21:52:50 +01:00

19 lines
300 B
Scheme

; inherits: json
; Display errors
(ERROR) @error
; Comments
(comment) @comment
(request
method: (method) @keyword
url: (url) @text.uri)
(header
name: (name) @constant
value: (value))
; rest.nvim Neovim plugin specific features
(external_body
json_file: (json_file) @text.uri) @keyword