mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add fsharp block comment tokens to languages.toml (#10108)
This commit is contained in:
parent
96f7d73f3d
commit
54844241ce
@ -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…
Reference in New Issue
Block a user