Skip to content

Commit 5795c45

Browse files
committed
Updated language configuration to match the current state
1 parent 53ee4bd commit 5795c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang_configs/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"var_def": ["assignment_left", "parameters_*", "global_statement_*", "for_statement_left"],
66
"var_use": ["assignment_right", "return_statement_*", "arguments_*",
77
"if_statement_condition", "while_statement_condition",
8-
"for_statement_right"],
8+
"for_statement_right", "attribute_object"],
99
"func_def": ["call_function"]
1010
}
1111
}

0 commit comments

Comments
 (0)