filter/constants

This commit is contained in:
Marc Beninca 2025-07-11 14:03:25 +02:00
parent c9c35169be
commit b9c14b7dd8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 3 additions and 7 deletions

View file

@ -250,7 +250,7 @@ EOF
# parse commands
_rwx_code_commands="$(rwx_code_parse "commands")"
# parse constants
_rwx_code_constants="$(rwx_code_parse "constants")"
_rwx_code_constants="$(rwx_code_action_target "filter" "constants")"
# parse functions
_rwx_code_functions="$(rwx_code_action_target "filter" "function")"
# parse tasks