Skip to content

Commit 8b83131

Browse files
committed
feat: add more languages
1 parent e0f257b commit 8b83131

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wakatime-zed"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[dependencies]

extension.toml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "wakatime"
22
name = "wakatime"
33
description = "Wakatime support."
4-
version = "0.1.1"
4+
version = "0.1.2"
55
schema_version = 1
66
authors = ["bestgopher <84328409@qq.com>"]
77
repository = "https://github.com/bestgopher/wakatime-zed"
@@ -13,29 +13,49 @@ languages = [
1313
"Clojure",
1414
"CSharp",
1515
"CSS",
16+
"CSV",
17+
"D",
1618
"Dart",
1719
"Elixir",
1820
"Elm",
1921
"Erlang",
22+
"Fish",
2023
"FSharp",
24+
"GDScript",
2125
"Gleam",
2226
"Go",
27+
"GraphQL",
2328
"Haskell",
29+
"HEEX",
2430
"HTML",
31+
"Hy",
32+
"Idris",
33+
"Java",
2534
"JavaScript",
2635
"JSON",
2736
"JSONC",
2837
"Julia",
38+
"Kotlin",
39+
"Lua",
2940
"Markdown",
41+
"Nim",
42+
"Nix",
3043
"OCaml",
3144
"PureScript",
45+
"Racket",
46+
"Roc",
3247
"Ruby",
3348
"Rust",
49+
"Scheme",
3450
"SCSS",
51+
"Shell Script",
3552
"SQL",
53+
"Swift",
3654
"TOML",
3755
"TSX",
3856
"TypeScript",
57+
"WIT",
58+
"XML",
3959
"YAML",
4060
"Zig",
4161
]

wakatime-ls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wakatime-ls"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
repository = "https://github.com/bestgopher/wakatime-zed"
66

@@ -11,4 +11,4 @@ chrono = "0.4.38"
1111
clap = "4.5.16"
1212
tokio = { version = "1.39.3", features = ["full"] }
1313
tower-lsp = "0.20.0"
14-
url = "2.5.2"
14+
url = "2.5.2"

0 commit comments

Comments
 (0)