Current symbol

This commit is contained in:
Benson Chu 2026-04-12 17:01:43 -05:00
parent 3bd3428a4b
commit 5c5921fa40

View file

@ -31,5 +31,7 @@
(list sep (car x)))
'(matches))))))
(rx-define symbol (+ (or (syntax word) (syntax symbol))))
(provide 'my-rx-forms)
;;; my-rx-forms.el ends here