diff --git a/frontend/static/languages/code_fsharp.json b/frontend/static/languages/code_fsharp.json index fdd498bb7..9945af9f4 100644 --- a/frontend/static/languages/code_fsharp.json +++ b/frontend/static/languages/code_fsharp.json @@ -82,6 +82,26 @@ "while", "with", "yield", - "const" + "const", + "bool", + "byte", + "sbyte", + "int16", + "uint16", + "int", + "uint", + "int64", + "uint64", + "nativeint", + "unativeint", + "decimal", + "float", + "double", + "float32", + "single", + "char", + "string", + "unit", + "bigint" ] }