]> code.delx.au - gnu-emacs-elpa/commit
Add SMIE support.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Apr 2012 15:00:58 +0000 (11:00 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Apr 2012 15:00:58 +0000 (11:00 -0400)
commita638d14e3da897677666090679a487fac762ae9d
tree00a887aad70ac9138f13577f413c76283a754c80
parent2b101499705c5faf88cc2007139f20444795d011
Add SMIE support.
* .bzrignore: New file.
* makefile.pkg (test): Use sml-mode-startup.
* sml-mode.el (sml-use-smie): New config var.
(sml-smie-grammar, sml-indent-separator-outdent): New vars.
(sml-smie-rules, sml-smie-definitional-equal-p)
(sml-smie-non-nested-of-p, sml-smie-datatype-|-p)
(sml-smie-forward-token-1, sml-smie-forward-token)
(sml-smie-backward-token-1, sml-smie-backward-token): New functions.
(sml-mode): Don't set forward-sexp-function.
(sml-mode-variables): Set it here instead, and setup SMIE instead
if applicable.
.bzrignore [new file with mode: 0644]
ChangeLog
NEWS
makefile.pkg
sml-mode.el