Remove unnecessary conflicts
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Not sure *why* I ended up with unnecessary conflicts, let's remove them
now.
This commit is contained in:
Bruno BELANYI 2025-03-13 19:58:20 +00:00
parent d094c6291d
commit 4a77b2d7a0
2 changed files with 0 additions and 10 deletions

View file

@ -31,8 +31,6 @@ module.exports = grammar({
conflicts: ($) => [
[$._lvalue, $.array_expression],
[$._lvalue, $.record_expression],
[$._lvalue, $._type_identifier],
],
externals: ($) => [

8
src/grammar.json generated
View file

@ -1932,14 +1932,6 @@
[
"_lvalue",
"array_expression"
],
[
"_lvalue",
"record_expression"
],
[
"_lvalue",
"_type_identifier"
]
],
"precedences": [],