branch: master
commit 02a32481416ff8d0c69c13880388589918608cfb
Merge: 18bb050 ddb7b42
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Merge pull request #49 from namikister/css-mode
fix the problem that mmm-major-mode-preferences has no effect for css.
---
mmm-sample.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mmm-sample.el b/mmm-sample.el
index 0f31ae2..7552a91 100644
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -81,12 +81,12 @@
(mmm-add-group
'html-css
'((css-cdata
- :submode css-mode
+ :submode css
:face mmm-code-submode-face
:front "<style[^>]*>[ \t\n]*\\(//\\)?<!\\[CDATA\\[[ \t]*\n?"
:back "[ \t]*\\(//\\)?]]>[ \t\n]*</style>")
(css
- :submode css-mode
+ :submode css
:face mmm-code-submode-face
:front "<style[^>]*>[ \t]*\n?"
:back "[ \t]*</style>"