From b9406db2e249ee163c67f4844507bab69120b8d1 Mon Sep 17 00:00:00 2001 From: pad Date: Mon, 29 Jul 2024 16:19:53 +0200 Subject: [PATCH] Fix Move on sui grammar.js test plan: cd lang ./test-lang move-on-sui now works, without linking error --- lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js b/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js index 2e554fa..bbb6564 100644 --- a/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js +++ b/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js @@ -7,7 +7,7 @@ const base_grammar = require('tree-sitter-move-on-sui/grammar'); module.exports = grammar(base_grammar, { - name: 'move', + name: 'move_on_sui', conflicts: ($, previous) => previous.concat([ ]),