Fix Cairo comment token

pull/4328/head
Jonathan LEI 2 years ago committed by Blaž Hrastnik
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…
Cancel
Save