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 709a6d5..0d3bd46 100644 --- a/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js +++ b/lang/semgrep-grammars/src/semgrep-move-on-sui/grammar.js @@ -271,8 +271,6 @@ module.exports = grammar(base_grammar, { $.ellipsis, ), - newline: ($, previous) => choice(), - field_access_ellipsis_expr: $ => prec.left(FIELD_PREC, seq( field('element', $._dot_or_index_chain), '.',$.ellipsis )), diff --git a/lang/semgrep-grammars/src/tree-sitter-move-on-sui b/lang/semgrep-grammars/src/tree-sitter-move-on-sui index 260eb89..083b7d6 160000 --- a/lang/semgrep-grammars/src/tree-sitter-move-on-sui +++ b/lang/semgrep-grammars/src/tree-sitter-move-on-sui @@ -1 +1 @@ -Subproject commit 260eb89274bb75821ca9f5cf9b5a5b8d3bdb44b4 +Subproject commit 083b7d6ab4bd41327d3b6c56e46e3c720f48fbd9