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:
Filip Sergot
2022-06-26 12:00:55 +02:00
committed by GitHub
parent 73425e7417
commit 1a4fac63f7
12 changed files with 373 additions and 0 deletions
+3
View File
@@ -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>,