Add fsharp block comment tokens to languages.toml (#10108)

This commit is contained in:
Sampo Siltanen 2024-04-03 04:29:30 +03:00 committed by GitHub
parent 96f7d73f3d
commit 54844241ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3029,6 +3029,7 @@ roots = ["sln", "fsproj"]
injection-regex = "fsharp"
file-types = ["fs", "fsx", "fsi", "fsscript"]
comment-token = "//"
block-comment-tokens = { start = "(*", end = "*)" }
indent = { tab-width = 4, unit = " " }
auto-format = true
language-servers = ["fsharp-ls"]