filter/functions
This commit is contained in:
parent
e4ac8f0ae6
commit
65d701556a
2 changed files with 6 additions and 10 deletions
|
@ -252,7 +252,7 @@ EOF
|
|||
# parse constants
|
||||
_rwx_code_constants="$(rwx_code_parse "constants")"
|
||||
# parse functions
|
||||
_rwx_code_functions="$(rwx_code_parse "functions")"
|
||||
_rwx_code_functions="$(rwx_code_action_target "filter" "function")"
|
||||
# parse tasks
|
||||
_rwx_code_tasks="$(rwx_code_parse "tasks")"
|
||||
# parse variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue