Fix missing comma

pull/11521/head
TheZombie1999 3 months ago committed by GitHub
parent 5d567dc0c6
commit ce99422f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -425,7 +425,7 @@ source = { git = "https://github.com/c3lang/tree-sitter-c3.git" , rev = "790a032
[[language]] [[language]]
name = "c3" name = "c3"
scope = "source.c3" scope = "source.c3"
file-types = [ "c3" "c3i" ] file-types = [ "c3", "c3i" ]
roots = [ "project.json" ] roots = [ "project.json" ]
comment-token = "//" comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" } block-comment-tokens = { start = "/*", end = "*/" }

Loading…
Cancel
Save