We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808805 commit 3afe2fcCopy full SHA for 3afe2fc
grammar.js
@@ -13,7 +13,7 @@ module.exports = grammar({
13
name: "mcfunction",
14
15
conflicts: ($) => [
16
- [$.argument_keyword, $.subcommand_keyword],
+ [$.subcommand_keyword, $.argument_keyword],
17
[$.item_slot, $._constant],
18
[$.selector_identifier, $._word],
19
[$.selector_identifier, $._data_path_node],
0 commit comments