Skip to content

Commit

Permalink
Fix Move on sui grammar.js
Browse files Browse the repository at this point in the history
test plan:
cd lang
./test-lang move-on-sui
now works, without linking error
  • Loading branch information
pad committed Jul 29, 2024
1 parent bf4715f commit b9406db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
]),
Expand Down

0 comments on commit b9406db

Please sign in to comment.