Add c3i file to support Libraries

pull/11521/head
TheZombie1999 3 months ago
parent b929979057
commit 5d567dc0c6

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