fix(utils): transform_path always return styling (#3067)
* fix(utils): transform_path always return styling * fix docs/type hints * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
This commit is contained in:
@@ -2592,7 +2592,8 @@ utils.transform_path({opts}, {path}) *telescope.utils.transform_path()*
|
||||
{path} (string|nil) The path that should be formatted
|
||||
|
||||
Return: ~
|
||||
string: The transformed path ready to be displayed
|
||||
string: path to be displayed
|
||||
table: The transformed path ready to be displayed with the styling
|
||||
|
||||
|
||||
utils.has_ts_parser({lang}) *telescope.utils.has_ts_parser()*
|
||||
|
||||
Reference in New Issue
Block a user