Skip to content

Commit

Permalink
feat: add more languages
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher committed Aug 30, 2024
1 parent e0f257b commit 8b83131
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wakatime-zed"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
22 changes: 21 additions & 1 deletion extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "wakatime"
name = "wakatime"
description = "Wakatime support."
version = "0.1.1"
version = "0.1.2"
schema_version = 1
authors = ["bestgopher <[email protected]>"]
repository = "https://github.com/bestgopher/wakatime-zed"
Expand All @@ -13,29 +13,49 @@ languages = [
"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",
"Racket",
"Roc",
"Ruby",
"Rust",
"Scheme",
"SCSS",
"Shell Script",
"SQL",
"Swift",
"TOML",
"TSX",
"TypeScript",
"WIT",
"XML",
"YAML",
"Zig",
]
4 changes: 2 additions & 2 deletions wakatime-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wakatime-ls"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/bestgopher/wakatime-zed"

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

0 comments on commit 8b83131

Please sign in to comment.