We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951fb93 commit a478423Copy full SHA for a478423
lisp/progmodes/peg.el
@@ -698,7 +698,7 @@ rulesets defined previously with `define-peg-ruleset'."
698
(cl-defmethod peg--translate ((_ (eql guard)) exp) exp)
699
700
(defvar peg-syntax-classes
701
- '((whitespace ?-) (word ?w) (symbol ?s) (punctuation ?.)
+ '((whitespace ?-) (word ?w) (symbol ?_) (punctuation ?.)
702
(open ?\() (close ?\)) (string ?\") (escape ?\\) (charquote ?/)
703
(math ?$) (prefix ?') (comment ?<) (endcomment ?>)
704
(comment-fence ?!) (string-fence ?|)))
0 commit comments