We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4cf1e commit da70732Copy full SHA for da70732
after/queries/http/highlights.scm
@@ -0,0 +1,33 @@
1
+; Display errors
2
+(ERROR) @error
3
+
4
+; Comments
5
+(comment) @comment
6
7
+(request
8
+ method: (method) @keyword
9
+ url: (url) @TSURI)
10
11
+(header
12
+ name: (name) @constant
13
+ value: (value))
14
15
+; JSON
16
+(json_pair
17
+ key: (_) @keyword)
18
19
+(json_string) @string
20
21
+(json_number) @number
22
23
+(json_boolean) @boolean
24
25
+(json_null) @constant
26
27
+(json_escape_sequence) @TSStringEscape
28
29
+(json_body) @keyword
30
31
+; rest.nvim Neovim plugin specific features
32
+(external_body
33
+ json_file: (json_file) @TSURI) @keyword
0 commit comments