Skip to content

Commit a801362

Browse files
fix: bump version
1 parent bc17a8a commit a801362

File tree

3 files changed

+37
-16
lines changed

3 files changed

+37
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
2828

2929
once_cell = "1.19.0"
3030
wee_alloc = { version = "0.4.5" }
31-
ast-grep-core = { version = "0.38.3", default-features = false }
32-
ast-grep-config = { version = "0.38.3", default-features = false }
31+
ast-grep-core = { version = "0.39.2", default-features = false }
32+
ast-grep-config = { version = "0.39.2", default-features = false }
3333
web-tree-sitter-sg = "0.25.3"
3434
serde-wasm-bindgen = "0.6.5"
3535
serde_json = "1.0.116"

src/wasm_lang.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ impl Language for WasmLang {
153153
use WasmLang as W;
154154
match self {
155155
W::Bash => '$',
156-
W::C => '_',
157-
W::Cpp => '_',
156+
W::C => 'µ',
157+
W::Cpp => 'µ',
158158
W::CSharp => 'µ',
159159
W::Css => '_',
160160
W::Elixir => 'µ',

0 commit comments

Comments
 (0)