branch: master
commit ddb7b42e59abf309d34655fab7da7a45afaa6ac6
Author: Yuta Namiki <[email protected]>
Commit: Yuta Namiki <[email protected]>
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>"