|
|
@ -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" }
|
|
|
|