Skip to content

Commit

Permalink
Fix link to fix conditionals #291
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed May 8, 2023
1 parent aa7f9fd commit df677cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafix-vsc/fix.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>match</key>
<string>\b(all_contain|any_contain|none_contain|str_contain|all_equal|any_equal|none_equal|str_equal|exists|in|is_contained_in|is_array|is_empty|is_false|is_hash|is_number|is_object|is_sring|is_true|all_match|any_match|none_match|str_match)\b</string>
<key>comment</key>
<string>The names of the conditionals are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixMethod.java</string>
<string>The names of the conditionals are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixConditional.java</string>
</dict>
<dict>
<key>name</key>
Expand Down

0 comments on commit df677cc

Please sign in to comment.