Add a module for F# programming (#1334)
This commit is contained in:
parent
0eb5896530
commit
4f3a700b16
5 changed files with 62 additions and 0 deletions
|
@ -65,6 +65,7 @@ The following programming languages have enhanced support in Prelude:
|
|||
- [Emacs Lisp](modules/emacs_lisp.md)
|
||||
- Erlang
|
||||
- Elixir
|
||||
- [F#](modules/fsharp.md)
|
||||
- Go
|
||||
- Haskell
|
||||
- JavaScript
|
||||
|
|
11
doc/modules/fsharp.md
Normal file
11
doc/modules/fsharp.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Prelude F#
|
||||
|
||||
!!! Note
|
||||
|
||||
This module builds on top of the shared [Programming](programming.md) module.
|
||||
|
||||
## F# mode
|
||||
|
||||
This module uses
|
||||
[`fsharp-mode`](https://github.com/fsharp/emacs-fsharp-mode) and
|
||||
`eglot-fsharp` with almost no extra configuration.
|
Loading…
Add table
Add a link
Reference in a new issue