File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
</dict >
21
21
<dict >
22
22
<key >name </key >
23
- <string >entity.name.function.fix-method </string >
23
+ <string >entity.name.function.fix </string >
24
24
<key >match </key >
25
- <string >\b(include|nothing|put_filemap|put_map|put_rdfmap|put_var|put_vars|add_field|array|call_macro|copy_field|format|hash|move_field|parse_text|paste|print_record|random|reject|rename|retain|set_array|set_field|set_hash|timestamp|vacuum|append|capitalize|count|downcase|filter|flatten|from_json|index|isbn|json_field |lookup|prepend|replace_all|reverse|sort_field|split_field|substring|sum|to_json|trim|uniq|upcase)\b </string >
25
+ <string >\b(include|nothing|put_filemap|put_map|put_rdfmap|put_var|put_vars|add_field|array|call_macro|copy_field|format|hash|move_field|parse_text|paste|print_record|random|reject|rename|retain|set_array|set_field|set_hash|timestamp|vacuum|append|capitalize|count|downcase|filter|flatten|from_json|index|isbn|join_field |lookup|prepend|replace_all|reverse|sort_field|split_field|substring|sum|to_json|trim|uniq|upcase)\b </string >
26
26
<key >comment </key >
27
27
<string >The method names are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixMethod.java </string >
28
28
</dict >
29
29
<dict >
30
30
<key >name </key >
31
- <string >entity.name.function. fix-conditional </string >
31
+ <string >keyword.operator. fix </string >
32
32
<key >match </key >
33
33
<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 >
34
34
<key >comment </key >
35
35
<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 >
36
36
</dict >
37
37
<dict >
38
38
<key >name </key >
39
- <string >entity.name.function. fix-bind </string >
39
+ <string >storage.type. fix </string >
40
40
<key >match </key >
41
41
<string >\b(list|list_as|once|put_macro)\b </string >
42
42
<key >comment </key >
43
43
<string >The names of the fix binds are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixBind.java </string >
44
44
</dict >
45
45
<dict >
46
46
<key >name </key >
47
- <string >comment.line.number-sign </string >
47
+ <string >comment.line.number-sign.fix </string >
48
48
<key >begin </key >
49
49
<string ># </string >
50
50
<key >end </key >
51
51
<string >\n </string >
52
52
</dict >
53
53
<dict >
54
54
<key >name </key >
55
- <string >string.quoted.single </string >
55
+ <string >string.quoted.single.fix </string >
56
56
<key >begin </key >
57
57
<string >' </string >
58
58
<key >end </key >
59
59
<string >' </string >
60
60
</dict >
61
61
<dict >
62
62
<key >name </key >
63
- <string >string.quoted.double </string >
63
+ <string >string.quoted.double.fix </string >
64
64
<key >begin </key >
65
65
<string >" </string >
66
66
<key >end </key >
You can’t perform that action at this time.
0 commit comments