-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.toml
67 lines (66 loc) · 975 Bytes
/
extension.toml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
id = "wakatime"
name = "wakatime"
description = "Wakatime support."
version = "0.1.5"
schema_version = 1
authors = ["bestgopher <[email protected]>"]
repository = "https://github.com/wakatime/zed-wakatime"
[language_servers.wakatime]
name = "wakatime"
languages = [
"AsciiDoc",
"Astro",
"Bash",
"Biome",
"C",
"C++",
"Clojure",
"CSharp",
"CSS",
"CSV",
"D",
"Dart",
"Elixir",
"Elm",
"Erlang",
"Fish",
"FSharp",
"GDScript",
"Gleam",
"Go",
"GraphQL",
"Haskell",
"HEEX",
"HTML",
"Hy",
"Idris",
"Java",
"JavaScript",
"JSON",
"JSONC",
"Julia",
"Kotlin",
"Lua",
"Markdown",
"Nim",
"Nix",
"OCaml",
"PureScript",
"Python",
"Racket",
"Roc",
"Ruby",
"Rust",
"Scheme",
"SCSS",
"Shell Script",
"SQL",
"Swift",
"TOML",
"TSX",
"TypeScript",
"WIT",
"XML",
"YAML",
"Zig",
]