Skip to content

Commit 466c28d

Browse files
committed
Adding support for MATLAB
1 parent 5520175 commit 466c28d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/css/lesson.scss

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $color-testimonial: #fc8dc1 !default;
4040

4141
.bash { @include cdSetup($color-source); }
4242
.make { @include cdSetup($color-source); }
43+
.matlab { @include cdSetup($color-source); }
4344
.python { @include cdSetup($color-source); }
4445
.r { @include cdSetup($color-source); }
4546
.sql { @include cdSetup($color-source); }

bin/lesson_check.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'source',
6868
'bash',
6969
'make',
70+
'matlab',
7071
'python',
7172
'r',
7273
'sql'

0 commit comments

Comments
 (0)