Skip to content

Commit

Permalink
try C
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 10, 2024
1 parent badff26 commit 0f2c973
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/edit_grammars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,7 @@ async function buildLanguage(language) {
} else if (language === "yaml") {
await copyMvScanner(language);
await buildSimpleLanguage(log, language);
await fs.copyFile(
`${METAVARIABLE_GRAMMARS_DIR}/cc_build.rs`,
`${tsLangDir}/bindings/rust/build.rs`
);
await copyMyBuild("c", language);
} else if (language === "hcl") {
//HCL's mv grammar goes into `make_grammar.js`, not `grammar.js`
await fs.copyFile(
Expand Down

0 comments on commit 0f2c973

Please sign in to comment.