Skip to content

Commit

Permalink
Merge pull request #501 from semgrep/fix_sui
Browse files Browse the repository at this point in the history
Fix Move on sui grammar.js
  • Loading branch information
Yoann Padioleau authored Jul 29, 2024
2 parents bf4715f + b9406db commit d34acba
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 d34acba

Please sign in to comment.