Skip to content

Commit

Permalink
fix: reserved field error test and update parser (#12)
Browse files Browse the repository at this point in the history
Update to protols based on
mitchellh/tree-sitter-proto#9
  • Loading branch information
coder3101 authored Jul 20, 2024
1 parent 5d739fb commit a2d2feb
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 75 deletions.
142 changes: 71 additions & 71 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "protols"
description = "Language server for proto3 files"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
homepage = "https://github.com/coder3101/protols"
Expand All @@ -21,4 +21,4 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tree-sitter = "0.22.6"
tracing-appender = "0.2.3"
protols-tree-sitter-proto = "0.1.0"
protols-tree-sitter-proto = "0.2.0"
Loading

0 comments on commit a2d2feb

Please sign in to comment.