@@ -8,10 +8,10 @@ such as Go to definition, Find references, and Find implementations.
8
8
This repository includes:
9
9
10
10
- 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
12
12
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
15
15
a breeze to work with.
16
16
17
17
If you're interested in better understanding the motivation behind SCIP,
@@ -36,11 +36,13 @@ Several indexers currently emit SCIP data:
36
36
37
37
- [ scip-java] ( https://github.com/sourcegraph/scip-java ) : Java, Scala, Kotlin
38
38
- [ 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
40
40
- [ 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
42
42
- [ scip-python] ( https://github.com/sourcegraph/scip-python ) : Python
43
43
- [ 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
44
46
45
47
For more details about indexers, including LSIF-based indexers,
46
48
see the [ Sourcegraph documentation] ( https://docs.sourcegraph.com/code_navigation/references/indexers ) .
0 commit comments