Skip to content

Commit 99d33c7

Browse files
committed
Add '///' to Dart comment-token configuration
Fixes #12537
1 parent ca19496 commit 99d33c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ scope = "source.dart"
16711671
file-types = ["dart"]
16721672
roots = ["pubspec.yaml"]
16731673
auto-format = true
1674-
comment-token = "//"
1674+
comment-tokens = ["//", "///"]
16751675
block-comment-tokens = { start = "/*", end = "*/" }
16761676
language-servers = [ "dart" ]
16771677
indent = { tab-width = 2, unit = " " }

0 commit comments

Comments
 (0)