Skip to content

Commit

Permalink
Add fsharp block comment tokens to languages.toml (helix-editor#10108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiltanen authored and postsolar committed Apr 4, 2024
1 parent bd7c1ba commit 60c1c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 60c1c2b

Please sign in to comment.