Skip to content

Commit f615b88

Browse files
committed
add hex colors to markdown ats and modelica
1 parent b18fd2f commit f615b88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

languages.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ Ats:
168168
- yellow
169169
- red
170170
- blue
171+
hex:
172+
- "#FFFF00"
173+
- "#FF0000"
174+
- "#0000FF"
171175
chip: "#1AC620"
172176
AutoHotKey:
173177
type: programming
@@ -1680,6 +1684,9 @@ Markdown:
16801684
ansi:
16811685
- white
16821686
- red
1687+
hex:
1688+
- "#FFFFFF"
1689+
- "#FF0000"
16831690
chip: "#083FA1"
16841691
icon: '\u{E73E}'
16851692
Modelica:
@@ -1704,6 +1711,9 @@ Modelica:
17041711
ansi:
17051712
- white
17061713
- red
1714+
hex:
1715+
- "#FFFFFF"
1716+
- "#FF0000"
17071717
chip: "#de1d31"
17081718
Nim:
17091719
type: programming

0 commit comments

Comments
 (0)