-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathextension.toml
More file actions
79 lines (78 loc) · 1.16 KB
/
extension.toml
File metadata and controls
79 lines (78 loc) · 1.16 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
id = "code-stats"
name = "Code::Stats"
description = "Tracks coding XP with Code::Stats."
version = "0.3.0"
schema_version = 1
authors = ["Marshall Bowers <me@maxdeviant.com>"]
repository = "https://github.com/maxdeviant/zed-code-stats"
[language_servers.code-stats-ls]
name = "Code::Stats LS"
languages = [
"AsciiDoc",
"Assembly",
"Astro",
"C",
"C++",
"Clojure",
"Common Lisp",
"Coq",
"Crystal",
"CSharp",
"CSS",
"CSV",
"D",
"Dart",
"Diff",
"Dockerfile",
"Elixir",
"Elm",
"Erlang",
"Fish",
"FSharp",
"GDScript",
"Gleam",
"GLSL",
"Go",
"GraphQL",
"Haskell",
"HEEX",
"HTML",
"Hy",
"Idris",
"Java",
"JavaScript",
"JSON",
"JSONC",
"Julia",
"KDL",
"Kotlin",
"Lua",
"Markdown",
"Nickel",
"Nim",
"Nix",
"OCaml",
"Prolog",
"PureScript",
"Python",
"Racket",
"Roc",
"Ruby",
"Rust",
"Scala",
"Scheme",
"SCSS",
"Shell Script",
"SQL",
"Svelte",
"Swift",
"TOML",
"TSX",
"TypeScript",
"Vue.js",
"WGSL",
"WIT",
"XML",
"YAML",
"Zig",
]