Created
August 25, 2014 23:57
-
-
Save mattdeboard/13ba62b5568d316a9114 to your computer and use it in GitHub Desktop.
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
(defun elixir-smie--in-match-block () | |
(save-excursion | |
(let ((start (point))) | |
(search-backward-regexp elixir-smie--block-operator-regexp) | |
;; `here' is the point of the first character in `->'. | |
(let ((here (point))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment