2022-08-06 20:41:27 +03:00
|
|
|
function _tide_item_crystal
|
2023-07-07 07:19:21 +03:00
|
|
|
if path is $_tide_parent_dirs/shard.yml
|
|
|
|
crystal --version | string match -qr "(?<ver>[\d.]+)"
|
|
|
|
_tide_print_item crystal "$tide_crystal_icon $ver"
|
|
|
|
end
|
2022-08-06 20:41:27 +03:00
|
|
|
end
|