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