Skip to content

Commit 93c927b

Browse files
committed
bangls 增加一个补全模式, 优化没有分号的op-expr末尾
1 parent 96fbc1b commit 93c927b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/bangls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bangls"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
edition = "2024"
55

66
[features]

tools/bangls/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ impl Ctx {
285285
let placeholders = [
286286
format!("{LSP_DEBUG} "),
287287
format!("{LSP_DEBUG} __lsp_arg;"),
288+
format!("{LSP_DEBUG};"),
288289
];
289290
let parser = parser::TopLevelParser::new();
290291
for placeholder in &placeholders {

0 commit comments

Comments
 (0)