Skip to content

Commit 3afe2fc

Browse files
committed
ci: Trigger CI
1 parent c808805 commit 3afe2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = grammar({
1313
name: "mcfunction",
1414

1515
conflicts: ($) => [
16-
[$.argument_keyword, $.subcommand_keyword],
16+
[$.subcommand_keyword, $.argument_keyword],
1717
[$.item_slot, $._constant],
1818
[$.selector_identifier, $._word],
1919
[$.selector_identifier, $._data_path_node],

0 commit comments

Comments
 (0)