diff --git a/content/en/modes/coalton-lang.md b/content/en/modes/coalton-lang.md index b3df0e6..fd271b3 100644 --- a/content/en/modes/coalton-lang.md +++ b/content/en/modes/coalton-lang.md @@ -12,15 +12,15 @@ Lem's Coalton mode provides: - support for `.coal` files - support for Coalton code inside `coalton-toplevel` in lisp-mode -- code highlighting -- indentation support -- show autodoc for Coalton functions -- its arguments can be different from definitions since the information is from Swank, just like Common Lisp +- code completion +- syntax highlighting +- indentation +- showing autodoc for Coalton functions - compilation commands: `coalton-compile-defun` (on the usual `C-c C-c`) and `M-x coalton-compile-region`. -`coalton-mode` is enabled as a sub-mode inside the `coalton-toplevel` -form in lisp-mode: that means that in the following file, the type +`coalton-mode` being enabled as a sub-mode inside the `coalton-toplevel` +form in lisp-mode means that in the following file, the type `Integer` is highlighted even in lisp-mode: ~~~lisp