added more ways to comment the title
parent
c3e5004ab3
commit
aeacae85c3
|
@ -3,7 +3,7 @@ extern crate tera;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use tera::Context;
|
use tera::Context;
|
||||||
|
|
||||||
const TITLES: [&str; 9] = [
|
const TITLES: [&str; 11] = [
|
||||||
"/* {} */",
|
"/* {} */",
|
||||||
"# {}",
|
"# {}",
|
||||||
"// {}",
|
"// {}",
|
||||||
|
@ -13,6 +13,8 @@ const TITLES: [&str; 9] = [
|
||||||
"--[[ {} --]]",
|
"--[[ {} --]]",
|
||||||
"; {}",
|
"; {}",
|
||||||
"% {}",
|
"% {}",
|
||||||
|
"{- {} -}",
|
||||||
|
"(* {} *)",
|
||||||
];
|
];
|
||||||
|
|
||||||
pub fn get_context() -> Context {
|
pub fn get_context() -> Context {
|
||||||
|
|
Loading…
Reference in New Issue