mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Fix Cairo comment token
This commit is contained in:
parent
b29531ceab
commit
17488f14d6
@ -1440,7 +1440,7 @@ scope = "source.cairo"
|
|||||||
injection-regex = "cairo"
|
injection-regex = "cairo"
|
||||||
file-types = ["cairo"]
|
file-types = ["cairo"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "//"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
Loading…
Reference in New Issue
Block a user