mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add '///' to Amber comment-token configuration (#13122)
This commit is contained in:
parent
e56d3abb0a
commit
27ca9d2c33
1 changed files with 1 additions and 1 deletions
|
@ -4047,7 +4047,7 @@ source = { git = "https://gitlab.com/spade-lang/tree-sitter-spade", rev = "78bf0
|
||||||
name = "amber"
|
name = "amber"
|
||||||
scope = "source.ab"
|
scope = "source.ab"
|
||||||
file-types = ["ab"]
|
file-types = ["ab"]
|
||||||
comment-token = "//"
|
comment-token = ["//", "///"]
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue