1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -1,42 +1,28 @@
; Keywords
(scheme) @module
; Methods
(method) @function.method
; Headers
(header
name: (name) @constant)
name: (_) @constant)
; Variables
(variable_declaration
name: (identifier) @variable)
; Fields
(pair
name: (identifier) @variable.member)
; URL / Host
(host) @string.special.url
(path
(identifier) @string.special.url)
; Parameters
(query_param
(key) @variable.parameter)
; Operators
[
"="
"?"
"&"
"@"
"<"
] @operator
(comment
"=" @operator)
(variable_declaration
"=" @operator)
; keywords
(comment
"@" @keyword
name: (_) @keyword)
; Literals
(target_url) @string.special.url
(request
url: (_) @string.special.url)
(http_version) @constant
@ -44,23 +30,21 @@
(status_code) @number
(status_text) @string
(string) @string
(number) @number
(boolean) @boolean
; Punctuation
[
"{{"
"}}"
] @punctuation.bracket
":" @punctuation.delimiter
(header
":" @punctuation.delimiter)
; external JSON body
(external_body
file_path: (path) @string.special.path)
path: (_) @string.special.path)
; Comments
(comment) @comment @spell
[
(comment)
(request_separator)
] @comment @spell