Skip to content

Commit

Permalink
update fortran asset
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 1, 2019
1 parent 5bf83c3 commit 1bbc83f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
Binary file modified assets/fortran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions resources/f90.ascii
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{0} _{2} _ _
{0} _|_{2}(_|/ \
{0} o| {2} _|\_/
{4} _{1} _ _
{4} _|_{1}(_|/ \
{0} o{4}| {1} _|\_/

{1} /\
{1} / \
{1} | |
{1} |{3}NASA{1}|
{1} | |
{1} | |
{1} | |
{1} ' `
{1} | |
{1} | |
{1} |______|
{1} '-`'-` .
{1} / . \'\ . .'
{1} ''( .'\.' ' .;'
{1}'.;.;' ;'.;' ..;;'
{0} /\
{0} / \
{0} | |
{0} |{2}NASA{0}|
{0} | |
{0} | |
{0} | |
{0} ' `
{0} | |
{0} | |
{0} |______|
{3} '-`'-` .
{3} / . \'\ . .'
{3} ''( .'\.' ' .;'
{3}'.;.;' ;'.;' ..;;'
5 changes: 3 additions & 2 deletions src/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ impl Language {
Language::Forth => vec![Color::BrightRed],
Language::FortranModern => vec![
Color::BrightWhite,
Color::BrightRed,
Color::BrightGreen,
Color::BrightBlue
Color::BrightBlue,
Color::BrightYellow,
Color::BrightRed
],
Language::FSharp => vec![Color::BrightBlue, Color::Cyan],
Language::Go => vec![Color::White],
Expand Down

0 comments on commit 1bbc83f

Please sign in to comment.