Skip to content

tomoyuki28jp/sml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Emacs users
====================
Add following lines to your .emacs file

(add-to-list 'auto-mode-alist (cons "\\.sml$" 'lisp-mode))

(setf lisp-mode-syntax-table
  (let ((table (copy-syntax-table emacs-lisp-mode-syntax-table)))
    (modify-syntax-entry ?[ "(^" table)
    (modify-syntax-entry ?] ")$" table)
    table))

About

s-expression markup language

Resources

Stars

Watchers

Forks

Packages

No packages published