Skip to content

Commit

Permalink
Add '///' to Dart comment-token configuration
Browse files Browse the repository at this point in the history
Fixes #12537
  • Loading branch information
the-mikedavis committed Jan 15, 2025
1 parent ca19496 commit 99d33c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 99d33c7

Please sign in to comment.