* lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#72131)
This commit is contained in:
parent
951fb93956
commit
a478423d19
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ rulesets defined previously with `define-peg-ruleset'."
|
|||
(cl-defmethod peg--translate ((_ (eql guard)) exp) exp)
|
||||
|
||||
(defvar peg-syntax-classes
|
||||
'((whitespace ?-) (word ?w) (symbol ?s) (punctuation ?.)
|
||||
'((whitespace ?-) (word ?w) (symbol ?_) (punctuation ?.)
|
||||
(open ?\() (close ?\)) (string ?\") (escape ?\\) (charquote ?/)
|
||||
(math ?$) (prefix ?') (comment ?<) (endcomment ?>)
|
||||
(comment-fence ?!) (string-fence ?|)))
|
||||
|
|
Loading…
Add table
Reference in a new issue