Add fsharp block comment tokens to languages.toml (#10108)
This commit is contained in:
parent
96f7d73f3d
commit
54844241ce
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue