Skip to content

Commit 511c170

Browse files
committed
fix: update c-sharp grammar for parsing improvements
1 parent 4c5bd7a commit 511c170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/static-analysis-kernel/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
name: "tree-sitter-c-sharp".to_string(),
5656
compilation_unit: "tree-sitter-c-sharp".to_string(),
5757
repository: "https://github.com/tree-sitter/tree-sitter-c-sharp.git".to_string(),
58-
commit_hash: "dd5e59721a5f8dae34604060833902b882023aaf".to_string(),
58+
commit_hash: "82fa8f05f41a33e9bc830f85d74a9548f0291738".to_string(),
5959
build_dir: "src".into(),
6060
files: vec!["parser.c".to_string(), "scanner.c".to_string()],
6161
cpp: false,

0 commit comments

Comments
 (0)