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

View File

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