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 = "*/" }
@ -3801,4 +3801,4 @@ indent = { tab-width = 2, unit = " " }
[[grammar]] [[grammar]]
name = "thrift" name = "thrift"
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-thrift" , rev = "68fd0d80943a828d9e6f49c58a74be1e9ca142cf" } source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-thrift" , rev = "68fd0d80943a828d9e6f49c58a74be1e9ca142cf" }

Loading…
Cancel
Save