Skip to content

Commit b2fb340

Browse files
committed
Updated language.rs for Lua having 2 colors
1 parent 4f44f62 commit b2fb340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ define_languages! {
132132
{ Jupyter, "jupyter.ascii", "Jupyter-Notebooks", vec![Color::White, Color::Yellow, Color::White], "jupyter-notebooks" },
133133
{ Kotlin, "kotlin.ascii", "Kotlin", vec![Color::Blue, Color::Yellow, Color::Magenta] },
134134
{ Lisp, "lisp.ascii", "Lisp", vec![Color::Yellow] },
135-
{ Lua, "lua.ascii", "Lua", vec![Color::Blue] },
135+
{ Lua, "lua.ascii", "Lua", vec![Color::Blue, Color::White] },
136136
{ Markdown, "markdown.ascii", "Markdown", vec![Color::White, Color::Red] },
137137
{ Nim, "nim.ascii", "Nim", vec![Color::Yellow, Color::White] },
138138
{ Nix, "nix.ascii", "Nix", vec![Color::Cyan, Color::Blue] },

0 commit comments

Comments
 (0)