summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKeith Hall <kingkeith+github@gmail.com>2021-02-27 23:03:45 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-28 09:55:24 +0100
commit7768433d091c77efb6752b6407b25fb8e8a259b9 (patch)
tree4901507f8fe661bceecac7ece20dbee84a59a8f3 /tests
parentc569774e1a8528fab91225dabdadf53fde3916ea (diff)
Improve Monokai Extended JSON key color with a patch
Diffstat (limited to 'tests')
-rw-r--r--tests/syntax-tests/highlighted/JSON/test.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/syntax-tests/highlighted/JSON/test.json b/tests/syntax-tests/highlighted/JSON/test.json
index 76b859d0..180e1329 100644
--- a/tests/syntax-tests/highlighted/JSON/test.json
+++ b/tests/syntax-tests/highlighted/JSON/test.json
@@ -1,29 +1,29 @@
[
 {
- "name": "john",
- "age": 42,
- "isCustomer": false,
- "children": []
+ "name": "john",
+ "age": 42,
+ "isCustomer": false,
+ "children": []
 },
 {
- "name": "james",
- "age": 35,
- "isCustomer": true,
- "children": [
+ "name": "james",
+ "age": 35,
+ "isCustomer": true,
+ "children": [
 {
- "name": "linus",
- "age": 4
+ "name": "linus",
+ "age": 4
 },
 {
- "name": "sandra",
- "age": 2
+ "name": "sandra",
+ "age": 2
 }
 ]
 },
 {
- "name": "jessica",
- "age": null,
- "isCustomer": false,
- "children": []
+ "name": "jessica",
+ "age": null,
+ "isCustomer": false,
+ "children": []
 }
]