Skip to content

Commit 43141da

Browse files
authored
add block-comment-tokens to nix (#15069)
1 parent 496f0e1 commit 43141da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ injection-regex = "nix"
11071107
file-types = ["nix"]
11081108
shebangs = []
11091109
comment-token = "#"
1110+
block-comment-tokens = { start = "/*", end = "*/" }
11101111
language-servers = [ "nil", "nixd" ]
11111112
indent = { tab-width = 2, unit = " " }
11121113
formatter = { command = "nixfmt" }

0 commit comments

Comments
 (0)