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

Fixes #12537
pull/12551/head
Michael Davis 2025-01-15 08:32:28 -05:00
parent ca19496eed
commit 99d33c741a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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 = " " }