Add '///' to Amber comment-token configuration (#13122)

This commit is contained in:
Lens0021 / Leslie 2025-03-17 01:03:03 +09:00 committed by GitHub
parent e56d3abb0a
commit 27ca9d2c33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4047,7 +4047,7 @@ source = { git = "https://gitlab.com/spade-lang/tree-sitter-spade", rev = "78bf0
name = "amber"
scope = "source.ab"
file-types = ["ab"]
comment-token = "//"
comment-token = ["//", "///"]
indent = { tab-width = 4, unit = " " }
[[grammar]]