mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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
|
(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue