Skip to content

Commit 4cf8f8d

Browse files
dietmarwspenserblacko2sh
authored
Language support for Modelica (#1262)
Co-authored-by: Spenser Black <[email protected]> Co-authored-by: o2sh <[email protected]>
1 parent 4bec002 commit 4cf8f8d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

languages.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,29 @@ Markdown:
16541654
- red
16551655
chip: "#083FA1"
16561656
icon: '\u{E73E}'
1657+
Modelica:
1658+
type: programming
1659+
ascii: |
1660+
{0} ####### ######## #########
1661+
{0} ########### ########### ############
1662+
{0} ###### ######### ######## ######
1663+
{0} #### ######## ####### ######
1664+
{0}### ####### ###### #####
1665+
{0}## ###### ##### ####
1666+
{0} ###### ##### ###
1667+
{0} ##### #### ##
1668+
{0} ##### ####
1669+
{0} #### ### {1}***
1670+
{0} #### ## {1}*******
1671+
{0} #### {1}*********
1672+
{0} ### {1}*********
1673+
{0} ## {1}*******
1674+
{1} {1}***
1675+
colors:
1676+
ansi:
1677+
- white
1678+
- red
1679+
chip: "#de1d31"
16571680
Nim:
16581681
type: programming
16591682
ascii: |

0 commit comments

Comments
 (0)