chore: lean4-mode: remove '.' from symbol table
This commit is contained in:
parent
b76be34119
commit
fdfbb9a435
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue