Skip to content
23 changes: 23 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,29 @@ Markdown:
- red
chip: "#083FA1"
icon: '\u{E73E}'
Modelica:
type: programming
ascii: |
{0} ####### ######## #########
{0} ########### ########### ############
{0} ###### ######### ######## ######
{0} #### ######## ####### ######
{0}### ####### ###### #####
{0}## ###### ##### ####
{0} ###### ##### ###
{0} ##### #### ##
{0} ##### ####
{0} #### ### {1}***
{0} #### ## {1}*******
{0} #### {1}*********
{0} ### {1}*********
{0} ## {1}*******
{1} {1}***
colors:
ansi:
- white
- red
chip: "#de1d31"
Nim:
type: programming
ascii: |
Expand Down
Loading