diff --git a/sh/core/code.sh b/sh/core/code.sh index a87b213..0dce975 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -254,7 +254,7 @@ EOF # parse functions _rwx_code_functions="$(rwx_code_action_target "filter" "function")" # parse tasks - _rwx_code_tasks="$(rwx_code_parse "tasks")" + _rwx_code_tasks="$(rwx_code_action_target "tasks")" # parse variables _rwx_code_variables="$(rwx_code_action_target "filter" "variable")" }