mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat: add Raku module (#4048)
* feat: add Raku module * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
This commit is contained in:
@@ -56,6 +56,7 @@ pub mod php;
|
||||
pub mod pulumi;
|
||||
pub mod purescript;
|
||||
pub mod python;
|
||||
pub mod raku;
|
||||
pub mod red;
|
||||
pub mod rlang;
|
||||
pub mod ruby;
|
||||
@@ -198,6 +199,8 @@ pub struct FullConfig<'a> {
|
||||
#[serde(borrow)]
|
||||
python: python::PythonConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
raku: raku::RakuConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
red: red::RedConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
rlang: rlang::RLangConfig<'a>,
|
||||
|
||||
Reference in New Issue
Block a user