Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
593 changes: 299 additions & 294 deletions bindings/go/scip/scip.pb.go

Large diffs are not rendered by default.

1,696 changes: 856 additions & 840 deletions bindings/haskell/src/Proto/Scip.hs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions bindings/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,251 changes: 1,130 additions & 1,121 deletions bindings/rust/src/generated/scip.rs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bindings/typescript/scip.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/scip.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion scip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ message SymbolInformation {
Axiom = 5;
Boolean = 6;
Class = 7;
// For C++
Concept = 86;
Constant = 8;
Constructor = 9;
// For Solidity
Expand Down Expand Up @@ -400,7 +402,7 @@ message SymbolInformation {
Union = 59;
Value = 60;
Variable = 61;
// Next = 86;
// Next = 87;
// Feel free to open a PR proposing new language-specific kinds.
}
// (optional) The name of this symbol as it should be displayed to the user.
Expand Down
Loading