Skip to content

Commit

Permalink
Merge pull request #483 from mikeshulman/smie-ml-var
Browse files Browse the repository at this point in the history
Fix variable name m31-ml-variable-rx in andromeda-smie.el
  • Loading branch information
andrejbauer authored Dec 19, 2019
2 parents afda1c3 + c7179ca commit 8837baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/andromeda-smie.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(require 'smie)

;; TODO: add vdash here! in sedlex, it comes from `math'
(defvar m31--name-re m31-meta-variable-rx)
(defvar m31--name-re m31-ml-variable-rx)
(defvar m31--quoted-string-re (rx (seq ?\" (1+ (not (any ?\"))) ?\")))

(defvar m31--reserved
Expand Down

0 comments on commit 8837baa

Please sign in to comment.