~theo/fsharp-mode

de6b171b3efdf55fbdd1ed40d8beaf613cd938c0 — Theodor Thornhill 2 years ago 80513bc
Add match!
1 files changed, 1 insertions(+), 1 deletions(-)

M fsharp-mode.el
M fsharp-mode.el => fsharp-mode.el +1 -1
@@ 140,7 140,7 @@ ambiguous, multiple invocations will indent tabstops forward."
    "exception" "extern" "false" "finally" "for" "fun"
    "function" "global" "if" "in" "inherit" "inline"
    "interface" "internal" "lazy" "let" "let!"
    "match" "member" "module" "mutable" "namespace"
    "match" "match!" "member" "module" "mutable" "namespace"
    "new" "not" "null" "of" "open" "or" "override"
    "private" "public" "rec" "return" "return!"
    "select" "static" "struct" "then" "to" "true"