Skip to content

Commit

Permalink
Language support for Modelica (#1262)
Browse files Browse the repository at this point in the history
Co-authored-by: Spenser Black <[email protected]>
Co-authored-by: o2sh <[email protected]>
  • Loading branch information
3 people authored Dec 29, 2024
1 parent 4bec002 commit 4cf8f8d
Showing 1 changed file with 23 additions and 0 deletions.
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

0 comments on commit 4cf8f8d

Please sign in to comment.