Skip to content

Commit 0778494

Browse files
authored
Update repository links for moz-grammars (#610)
1 parent fd547af commit 0778494

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tree-sitter-ccomment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "ccomment"]
99
categories = ["parsing", "text-editors"]
10-
repository = "https://github.com/tree-sitter/tree-sitter-ccomment"
10+
repository = "https://github.com/mozilla/rust-code-analysis"
1111
edition = "2018"
1212

1313
build = "bindings/rust/build.rs"

tree-sitter-mozcpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "mozcpp"]
99
categories = ["parsing", "text-editors"]
10-
repository = "https://github.com/tree-sitter/tree-sitter-mozcpp"
10+
repository = "https://github.com/mozilla/rust-code-analysis"
1111
edition = "2018"
1212

1313
build = "bindings/rust/build.rs"

tree-sitter-mozjs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "mozjs"]
99
categories = ["parsing", "text-editors"]
10-
repository = "https://github.com/tree-sitter/tree-sitter-mozjs"
10+
repository = "https://github.com/mozilla/rust-code-analysis"
1111
edition = "2018"
1212

1313
build = "bindings/rust/build.rs"

tree-sitter-preproc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "preproc"]
99
categories = ["parsing", "text-editors"]
10-
repository = "https://github.com/tree-sitter/tree-sitter-preproc"
10+
repository = "https://github.com/mozilla/rust-code-analysis"
1111
edition = "2018"
1212

1313
build = "bindings/rust/build.rs"

0 commit comments

Comments
 (0)