Skip to content

Commit 3746944

Browse files
docs: Update README for recent changes (#179)
1 parent 0ab6e62 commit 3746944

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ such as Go to definition, Find references, and Find implementations.
88
This repository includes:
99

1010
- A [protobuf schema for SCIP](./scip.proto).
11-
- Rich Go bindings for SCIP: This includes many utility functions
11+
- Rich Go and Rust bindings for SCIP: These include many utility functions
1212
to help build tooling on top of SCIP.
13-
- Auto-generated bindings for TypeScript, Rust and Haskell.
14-
- The [`scip` CLI](./docs/CLI.md) makes SCIP indexes
13+
- Auto-generated bindings for TypeScript and Haskell.
14+
- The [`scip` CLI](./docs/CLI.md), which makes SCIP indexes
1515
a breeze to work with.
1616

1717
If you're interested in better understanding the motivation behind SCIP,
@@ -36,11 +36,13 @@ Several indexers currently emit SCIP data:
3636

3737
- [scip-java](https://github.com/sourcegraph/scip-java): Java, Scala, Kotlin
3838
- [scip-typescript](https://github.com/sourcegraph/scip-typescript): TypeScript, JavaScript
39-
- [rust-analyzer](https://github.com/rust-lang/rust-analyzer)): Rust
39+
- [rust-analyzer](https://github.com/rust-lang/rust-analyzer): Rust
4040
- [scip-clang](https://github.com/sourcegraph/scip-clang): C++, C
41-
- [scip-ruby](https://github.com/sourcegraph/scip-ruby): Sorbet, Ruby
41+
- [scip-ruby](https://github.com/sourcegraph/scip-ruby): Ruby
4242
- [scip-python](https://github.com/sourcegraph/scip-python): Python
4343
- [scip-dotnet](https://github.com/sourcegraph/scip-dotnet): C#, Visual Basic
44+
- [scip-dart](https://github.com/Workiva/scip-dart): Dart
45+
- [scip-php](https://github.com/davidrjenni/scip-php): PHP
4446

4547
For more details about indexers, including LSIF-based indexers,
4648
see the [Sourcegraph documentation](https://docs.sourcegraph.com/code_navigation/references/indexers).

0 commit comments

Comments
 (0)