Skip to content

Commit

Permalink
fix(matching): Mark enum_declaration as a labelled node
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Jul 17, 2024
1 parent 56ca3d6 commit 9a51e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching/src/matching_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl From<Language> for MatchingConfiguration<'_> {
"import_declaration",
"class_declaration",
"interface_declaration",
"enum_declaration"
]
.into(),
handlers: MatchingHandlers::from(Language::Java),
Expand Down

0 comments on commit 9a51e76

Please sign in to comment.