Skip to content
26 changes: 26 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,32 @@ Markdown:
- red
chip: "#083FA1"
line_types: [code, comments]
Modelica:
type: programming
ascii: |
{0} ####### ######## #########
{0} ########### ########################
{0} ####### ########### ########### ####
{0} ###### ####### ######## #####
{0} ##### ###### ####### #####
{0} ### ###### ###### #####
{0} ###### ##### #####
{0} ##### ###### ###
{0} ##### ######
{0} ##### #### {1}***
{0} ##### ## {1}*******
{0} ##### {1}*********
{0} #### {1}*********
{0} ## {1}*******
{0} {1}***
colors:
ansi:
- black
- red
hex:
- "#1f252f"
- "#dd1d30"
chip: "#de1d31"
Nim:
type: programming
ascii: |
Expand Down