Skip to content

Commit

Permalink
Coalton: code completion
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Jan 15, 2025
1 parent 2d0a80d commit b651c61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/modes/coalton-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b651c61

Please sign in to comment.