Skip to content

Commit

Permalink
fix mh config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 9, 2024
1 parent 0416e34 commit 329395e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miss_hit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ regex_class_name: "(([A-Z]){1}([a-z]+)*)*"
regex_method_name: "[a-zA-Z]+(_[a-z]+)*"
regex_parameter_name: "[A-Z]*|[a-z]+(_[a-z]+)*"
regex_function_name: "[a-z]+(_[a-zA-Z0-9]+)*"
regex_attribute_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"
regex_nested_name: "[a-z]+(_[a-zA-Z0-9]+)*"
regex_script_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"

Expand Down

0 comments on commit 329395e

Please sign in to comment.