1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 00:50:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/http/highlights.scm

20 lines
300 B
Scheme
Raw Normal View History

; 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