impr(language): add more F# words (kacperwyczawski) (#4901)

This commit is contained in:
Kacper Wyczawski 2024-01-08 15:15:42 +01:00 committed by GitHub
parent cbed2ef7cf
commit cc0f96f636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]
}