php-kilo/tests/__snapshots__/EditorTest__test__debugInfo...

40 lines
869 B
JSON
Raw Normal View History

2019-11-20 15:03:48 -05:00
{
2021-03-09 12:47:33 -05:00
"cursor": {
"x": 0,
"y": 0
},
2021-03-11 17:11:00 -05:00
"document": {
2021-03-17 15:41:03 -04:00
"fileType": {
"name": "No filetype",
"syntax": {
"tokens": [],
"filetype": "No filetype",
"keywords1": [],
"keywords2": [],
2021-04-13 16:15:32 -04:00
"operators": [],
2021-03-17 15:41:03 -04:00
"singleLineCommentStart": "",
"multiLineCommentStart": "",
2021-04-13 16:15:32 -04:00
"multiLineCommentEnd": ""
2021-03-17 15:41:03 -04:00
}
},
2021-03-11 17:11:00 -05:00
"tokens": [],
2021-03-17 15:41:03 -04:00
"filename": "",
2021-03-11 17:11:00 -05:00
"rows": [],
2021-03-17 15:41:03 -04:00
"dirty": false
2021-03-11 17:11:00 -05:00
},
2021-03-09 12:47:33 -05:00
"offset": {
"x": 0,
"y": 0
},
2019-11-20 15:03:48 -05:00
"renderX": 0,
2021-03-11 17:11:00 -05:00
"terminalSize": {
"rows": 21,
"cols": 80
},
"statusMessage": {
"text": "HELP: Ctrl-S = save | Ctrl-Q = quit | Ctrl-F = find",
2021-03-17 15:41:03 -04:00
"len": 51,
2021-03-11 17:11:00 -05:00
"time": 1234567890
2021-03-17 15:41:03 -04:00
}
2019-11-20 15:03:48 -05:00
}