mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:50:05 +08:00
20 lines
300 B
Scheme
20 lines
300 B
Scheme
|
; inherits: json
|
||
|
|
||
|
; Display errors
|
||
|
(ERROR) @error
|
||
|
|
||
|
; Comments
|
||
|
(comment) @comment
|
||
|
|
||
|
(request
|
||
|
method: (method) @keyword
|
||
|
url: (url) @text.uri)
|
||
|
|
||
|
(header
|
||
|
name: (name) @constant
|
||
|
value: (value))
|
||
|
|
||
|
; rest.nvim Neovim plugin specific features
|
||
|
(external_body
|
||
|
json_file: (json_file) @text.uri) @keyword
|