sortings
This commit is contained in:
parent
38bcab046b
commit
28064567e1
1 changed files with 4 additions and 4 deletions
|
@ -262,21 +262,21 @@ EOF
|
||||||
${_rwx_code_commands_functions}
|
${_rwx_code_commands_functions}
|
||||||
EOF
|
EOF
|
||||||
# parse aliases
|
# parse aliases
|
||||||
_rwx_code_aliases="$(rwx_code_action_target "filter" "alias")"
|
_rwx_code_aliases="$(rwx_code_action_target "filter" "alias" | sort)"
|
||||||
# parse binaries
|
# parse binaries
|
||||||
_rwx_code_binaries="$(rwx_code_action_target "filter" "binary")"
|
_rwx_code_binaries="$(rwx_code_action_target "filter" "binary")"
|
||||||
# parse commands
|
# parse commands
|
||||||
_rwx_code_commands="$(rwx_code_parse "commands")"
|
_rwx_code_commands="$(rwx_code_parse "commands")"
|
||||||
# parse constants
|
# parse constants
|
||||||
_rwx_code_constants="$(rwx_code_action_target "filter" "constant")"
|
_rwx_code_constants="$(rwx_code_action_target "filter" "constant" | sort)"
|
||||||
# parse functions
|
# parse functions
|
||||||
_rwx_code_functions="$(rwx_code_action_target "filter" "function")"
|
_rwx_code_functions="$(rwx_code_action_target "filter" "function" | sort)"
|
||||||
# parse tasks
|
# parse tasks
|
||||||
_rwx_code_tasks="$(rwx_code_action_target "tasks")"
|
_rwx_code_tasks="$(rwx_code_action_target "tasks")"
|
||||||
_rwx_code_tasks_fixme="$(rwx_code_action_target "tasks" "FIXME")"
|
_rwx_code_tasks_fixme="$(rwx_code_action_target "tasks" "FIXME")"
|
||||||
_rwx_code_tasks_todo="$(rwx_code_action_target "tasks" "TODO")"
|
_rwx_code_tasks_todo="$(rwx_code_action_target "tasks" "TODO")"
|
||||||
# parse variables
|
# parse variables
|
||||||
_rwx_code_variables="$(rwx_code_action_target "filter" "variable")"
|
_rwx_code_variables="$(rwx_code_action_target "filter" "variable" | sort)"
|
||||||
}
|
}
|
||||||
|
|
||||||
rwx_code_parse() {
|
rwx_code_parse() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue