Created
September 8, 2014 08:55
-
-
Save rummelonp/b2d14a4ff9cfd6a958ff to your computer and use it in GitHub Desktop.
rinari.el で before_action とかをハイライトするやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; これを (require 'rinari) の下あたりにコペピ | |
(setq rinari-controller-keywords | |
(append rinari-controller-keywords | |
'("before_action" "append_before_action" "prepend_before_action" | |
"after_action" "append_after_action" "prepend_after_action" | |
"around_action" "append_around_action" "prepend_around_action" | |
"skip_before_action" "skip_after_action" "skip_around_action"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment