mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#72131)
This commit is contained in:
parent
951fb93956
commit
a478423d19
@ -698,7 +698,7 @@ rulesets defined previously with `define-peg-ruleset'."
|
|||||||
(cl-defmethod peg--translate ((_ (eql guard)) exp) exp)
|
(cl-defmethod peg--translate ((_ (eql guard)) exp) exp)
|
||||||
|
|
||||||
(defvar peg-syntax-classes
|
(defvar peg-syntax-classes
|
||||||
'((whitespace ?-) (word ?w) (symbol ?s) (punctuation ?.)
|
'((whitespace ?-) (word ?w) (symbol ?_) (punctuation ?.)
|
||||||
(open ?\() (close ?\)) (string ?\") (escape ?\\) (charquote ?/)
|
(open ?\() (close ?\)) (string ?\") (escape ?\\) (charquote ?/)
|
||||||
(math ?$) (prefix ?') (comment ?<) (endcomment ?>)
|
(math ?$) (prefix ?') (comment ?<) (endcomment ?>)
|
||||||
(comment-fence ?!) (string-fence ?|)))
|
(comment-fence ?!) (string-fence ?|)))
|
||||||
|
Loading…
Reference in New Issue
Block a user