Add '///' to Dart comment-token configuration

Fixes #12537
This commit is contained in:
Michael Davis 2025-01-15 08:32:28 -05:00
parent ca19496eed
commit 99d33c741a
No known key found for this signature in database

View file

@ -1671,7 +1671,7 @@ scope = "source.dart"
file-types = ["dart"]
roots = ["pubspec.yaml"]
auto-format = true
comment-token = "//"
comment-tokens = ["//", "///"]
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = [ "dart" ]
indent = { tab-width = 2, unit = " " }