chore: lean4-mode: remove '.' from symbol table

This commit is contained in:
Sebastian Ullrich 2020-02-03 16:37:02 +01:00
parent b76be34119
commit fdfbb9a435

View file

@ -106,7 +106,6 @@
?⅋ ?⅌ ?⅍ ?ⅎ ?⅏))
(modify-syntax-entry ?' "w" st)
(modify-syntax-entry ?_ "w" st)
(modify-syntax-entry ?\. "w" st)
;; Lean operator chars
(mapc #'(lambda (ch) (modify-syntax-entry ch "_" st))