Skip to content

Commit aa43abe

Browse files
committed
Brody final
1 parent 51a26a4 commit aa43abe

File tree

7 files changed

+5
-1
lines changed

7 files changed

+5
-1
lines changed

bundles/Caster/python_voice_coding_plugin_caster.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ class NoobRule(MergeRule):
9191

9292

9393

94-
94+
# banana example
95+
# "banana [<adjective>] <big_roi> [<big_roi_sub_index>]":
96+
# lazy_value("big_roi",4,vertical_abstract_only_direction = "above",
97+
# ndir = 1,block = "function"),
9598

9699
}
97100
extras = [
@@ -150,6 +153,7 @@ class NoobRule(MergeRule):
150153
"if expression condition" : "if expression condition",
151154
"if expression body" : "if expression body",
152155
"if expression":"if expression",
156+
"comprehension condition" : "comprehension condition",
153157
"return value" : "return value",
154158
"pass":"pass",
155159
"break" : "break",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)