Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding support for MATLAB
  • Loading branch information
Greg Wilson committed Jul 8, 2016
1 parent 5520175 commit 466c28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/lesson.scss
Expand Up @@ -40,6 +40,7 @@ $color-testimonial: #fc8dc1 !default;

.bash { @include cdSetup($color-source); }
.make { @include cdSetup($color-source); }
.matlab { @include cdSetup($color-source); }
.python { @include cdSetup($color-source); }
.r { @include cdSetup($color-source); }
.sql { @include cdSetup($color-source); }
Expand Down
1 change: 1 addition & 0 deletions bin/lesson_check.py
Expand Up @@ -67,6 +67,7 @@ KNOWN_CODEBLOCKS = {
'source',
'bash',
'make',
'matlab',
'python',
'r',
'sql'
Expand Down

0 comments on commit 466c28d

Please sign in to comment.