Skip to content

Commit 5e07a16

Browse files
fix: false syntax error in edition, reserved field without quote or single quote (#39)
As the tree-parser was unable to parse the following, they were falsely shown as syntax error during diagnostics. - reserved field with single quotation - reserved fields without quotation - edition keyword
1 parent 76cd2a9 commit 5e07a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "protols"
33
description = "Language server for proto3 files"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/coder3101/protols"
@@ -21,7 +21,7 @@ tracing = "0.1.40"
2121
tracing-subscriber = "0.3.18"
2222
tree-sitter = "0.24.3"
2323
tracing-appender = "0.2.3"
24-
tree-sitter-proto = "0.1.0"
24+
tree-sitter-proto = "0.2.0"
2525
walkdir = "2.5.0"
2626
hard-xml = "1.36.0"
2727
tempfile = "3.12.0"

0 commit comments

Comments
 (0)