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

pull/10119/head
Sampo Siltanen 3 months ago committed by GitHub
parent 96f7d73f3d
commit 54844241ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save