From 599bdaf2f011580b75082f4896b60ff02411ea48 Mon Sep 17 00:00:00 2001 From: gegoune Date: Thu, 4 Nov 2021 15:16:39 +0200 Subject: fix: address change requests --- queries/http/highlights.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/http/highlights.scm b/queries/http/highlights.scm index c1fc5b9cd..00be374cb 100644 --- a/queries/http/highlights.scm +++ b/queries/http/highlights.scm @@ -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 -- cgit v1.2.3-70-g09d2