mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: address change requests
This commit is contained in:
parent
a93c5b80d7
commit
599bdaf2f0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue