1
0
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:
Jonathan LEI 2022-10-14 03:45:18 +00:00 committed by Blaž Hrastnik
parent b29531ceab
commit 17488f14d6

@ -1440,7 +1440,7 @@ scope = "source.cairo"
injection-regex = "cairo"
file-types = ["cairo"]
roots = []
comment-token = "#"
comment-token = "//"
indent = { tab-width = 4, unit = " " }
[[grammar]]