extra/haml-mode.el in haml-edge-3.1.34 vs extra/haml-mode.el in haml-edge-3.1.35

- old
+ new

@@ -134,10 +134,11 @@ ;; so we have to move the beginning back one char (font-lock-fontify-region (- beg 1) end))))) (defun haml-fontify-region-as-ruby (beg end) "Use Ruby's font-lock variables to fontify the region between BEG and END." - (haml-fontify-region beg end ruby-font-lock-keywords nil + (haml-fontify-region beg end ruby-font-lock-keywords + ruby-font-lock-syntax-table ruby-font-lock-syntactic-keywords)) (defun haml-handle-filter (filter-name limit fn) "If a FILTER-NAME filter is found within LIMIT, run FN on that filter.