Skip to content

Commit

Permalink
Add Coq support (#514)
Browse files Browse the repository at this point in the history
* Add Coq support

* Update src/info/langs/language.rs

Co-authored-by: Ossama Hjaji <[email protected]>

Co-authored-by: Ossama Hjaji <[email protected]>
  • Loading branch information
exoego and o2sh authored Oct 20, 2021
1 parent 6788f02 commit 5074a16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resources/coq.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{0} ::::::::
{0} :::::::::::
{0} :::::::::::
{0} :::::{1}___{0}:::
{1} ______ {0}:
{1} ____ _________
{1} ___ ___________
{1} ___ ____________
{1} _________________
{1} ___________________
{1}______________ ______
{1} ___________ ___
{1} ______
{1} ____
{1} ______
{1} ________
{1} ________
1 change: 1 addition & 0 deletions src/info/langs/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ define_languages! {
{ Clojure, Programming, "clojure.ascii", define_colors!( [Color::Cyan, Color::Green] ) },
{ CMake, Programming, "cmake.ascii", define_colors!( [Color::Blue, Color::Green, Color::Red, Color::Black] ) },
{ CoffeeScript, Programming, "coffeescript.ascii", define_colors!( [Color::Red] ) },
{ Coq, Programming, "coq.ascii", define_colors!( [Color::Yellow, Color::White] : [Color::TrueColor {r:191, g:140, b:94}, Color::TrueColor {r:213, g:190, b:153}] ) },
{ Cpp, Programming, "cpp.ascii", define_colors!( [Color::Cyan, Color::Blue, Color::White] : [Color::TrueColor{r:100, g:154, b:210}, Color::TrueColor{r:0, g:68, b:130}, Color::TrueColor{r:255, g:255, b:255}] ), "c++" },
{ Crystal, Programming, "crystal.ascii", define_colors!( [Color::White, Color::Black] ) },
{ CSharp, Programming, "csharp.ascii", define_colors!( [Color::Blue, Color::Magenta, Color::White] : [Color::TrueColor{r:154, g:73, b:147}, Color::TrueColor{r:106, g:21, b:119}, Color::TrueColor{r:255, g:255, b:255}] ), "c#" },
Expand Down

0 comments on commit 5074a16

Please sign in to comment.