Skip to content

Commit

Permalink
Add Java slang enum (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang-CH authored Apr 2, 2024
1 parent a2098a0 commit db0a985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export enum Chapter {
SCHEME_4 = -12,
FULL_SCHEME = -13,
FULL_C = -14,
FULL_JAVA = -15,
LIBRARY_PARSER = 100
}

Expand Down

0 comments on commit db0a985

Please sign in to comment.