aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/http/highlights.scm6
1 files 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