Skip to content

Commit

Permalink
Make codemirror compatible with scss (#14485)
Browse files Browse the repository at this point in the history
* Make codemirror compatible with scss

* order
  • Loading branch information
Dimitri Grammatikogianni authored and rdeutz committed Mar 15, 2017
1 parent 08c4ec0 commit 79ace20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/editors/codemirror/codemirror.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class PlgEditorCodemirror extends JPlugin
'html' => 'htmlmixed',
'ini' => 'properties',
'json' => array('name' => 'javascript', 'json' => true),
'scss' => 'css',
);

/**
Expand Down

0 comments on commit 79ace20

Please sign in to comment.