branch: elpa/textile-mode
commit c37aaab809503df008209390e31e19abf4e23630
Author: Matus Goljer <[email protected]>
Commit: Matus Goljer <[email protected]>

    Better pre/code font lock
---
 textile-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textile-mode.el b/textile-mode.el
index d7837cb9c8..0f9b924172 100644
--- a/textile-mode.el
+++ b/textile-mode.el
@@ -232,9 +232,9 @@ non-matching parentheses"
        `(,textile-url-regexp 0 'textile-link-face)
 
         ;; <pre> blocks
-       '("<pre>\\(.\\|\n\\)*?</pre>\n?" 0 'textile-pre-face t t)
+       '("<pre>\\(.\\|\n\\)*?</pre>\n?" 0 'textile-pre-face t)
        ;; <code> blocks
-       '("<code>\\(.\\|\n\\)*?</code>" 0 'textile-code-face t t))
+       '("<code>\\(.\\|\n\\)*?</code>\n?" 0 'textile-code-face t))
       "Keywords/Regexp for fontlocking of textile-mode")
 
 

Reply via email to