diff options
author | Jonathan LEI | 2022-10-14 03:45:18 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-17 01:35:15 +0000 |
commit | 17488f14d6d28361d3ae060492e2f31fde00f00c (patch) | |
tree | 36262310deec6c52b0e2c400eee0673bbfe76139 | |
parent | b29531ceab18625b3994f48937cf7bbef8f3ab89 (diff) |
Fix Cairo comment token
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 08d02a49..da7b10bd 100644 --- a/languages.toml +++ b/languages.toml @@ -1440,7 +1440,7 @@ scope = "source.cairo" injection-regex = "cairo" file-types = ["cairo"] roots = [] -comment-token = "#" +comment-token = "//" indent = { tab-width = 4, unit = " " } [[grammar]] |