-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
43 lines (43 loc) · 1.63 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"addons": [
{
"id": "tree_sitter",
"description": "Tree-sitter bindings based on `lua-tree-sitter`",
"name": "Tree-sitter",
"type": "library",
"version": "0.1.1",
"files": [
{
"arch": "aarch64-linux",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.aarch64-linux.so",
"checksum": "0f91b77a5855f22dbdd61c2d96c3e50060b747d0b080f56fb6430ec39d960270",
"path": "init.aarch64-linux.so"
},
{
"arch": "x86_64-linux",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-linux.so",
"checksum": "1101f70603fd8b4a1b68ebbdefcb656cec5763bdf4d5f09a9a7ebbd9e584a286",
"path": "init.x86_64-linux.so"
},
{
"arch": "aarch64-darwin",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.aarch64-macos.so",
"checksum": "472e8058a6ecbd227fdedf6aaabc9d8e43c4ac754251ca334e5afb9ae18b831b",
"path": "init.aarch64-darwin.so"
},
{
"arch": "x86_64-darwin",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-darwin.so",
"checksum": "9fe5995a8e694636ebc8f35dcda2d93d36174ec5ed0c9127a211515c09cf69cb",
"path": "init.x86_64-darwin.so"
},
{
"arch": "x86_64-windows",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-windows.dll",
"checksum": "81993226f385f1713feb65e574e381af5f29b44f1354720c2384e7b0be12c646",
"path": "init.x86_64-windows.so"
}
],
}
]
}