fix: address change requests

This commit is contained in:
gegoune 2021-11-04 15:16:39 +02:00 committed by Stephan Seitz
parent a93c5b80d7
commit 599bdaf2f0

View file

@ -6,7 +6,7 @@
(request (request
method: (method) @keyword method: (method) @keyword
url: (url) @TSURI) url: (url) @text.uri)
(header (header
name: (name) @constant name: (name) @constant
@ -24,10 +24,10 @@
(json_null) @constant (json_null) @constant
(json_escape_sequence) @TSStringEscape (json_escape_sequence) @string.escape
(json_body) @keyword (json_body) @keyword
; rest.nvim Neovim plugin specific features ; rest.nvim Neovim plugin specific features
(external_body (external_body
json_file: (json_file) @TSURI) @keyword json_file: (json_file) @text.uri) @keyword