Skip to content

Commit

Permalink
added mixin kind
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 21, 2024
1 parent 8296db5 commit a54ec82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ message SymbolInformation {
MethodSpecification = 67;
// For Protobuf
Message = 28;
// For Dart
Mixin = 85;
// For Solidity
Modifier = 65;
Module = 29;
Expand Down Expand Up @@ -396,7 +398,7 @@ message SymbolInformation {
Union = 59;
Value = 60;
Variable = 61;
// Next = 84;
// Next = 86;
// 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

0 comments on commit a54ec82

Please sign in to comment.