@@ -8,10 +8,10 @@ such as Go to definition, Find references, and Find implementations.
88This 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
1717If 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
4547For more details about indexers, including LSIF-based indexers,
4648see the [ Sourcegraph documentation] ( https://docs.sourcegraph.com/code_navigation/references/indexers ) .
0 commit comments