Skip to content

Commit b761c3b

Browse files
committed
The 0.6.14 grammar is ready as well
1 parent c43bbd0 commit b761c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/Caster/python_voice_coding_plugin_caster_v0-6-11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def lazy_value(c,f,**kwargs):
105105

106106
#########################################################################################
107107

108-
class PythonVoiceCodingPluginRule(MappingRule):
108+
class PythonVoiceCodingPluginRule(MergeRule):
109109
mapping = {
110110
"[smart] paste [<color>] back [with <surrounding_punctuation>]":
111111
lazy_value("paste_back",1),
@@ -361,4 +361,4 @@ class PythonVoiceCodingPluginRule(MappingRule):
361361
#---------------------------------------------------------------------------
362362

363363
context = AppContext(executable="sublime_text", title="Sublime Text")
364-
control.non_ccr_app_rule(PythonVoiceCodingPluginRule(), context=context)
364+
control.non_ccr_app_rule(PythonVoiceCodingPluginRule(), context=context)

0 commit comments

Comments
 (0)