We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d298559 commit 4632245Copy full SHA for 4632245
1 file changed
grammar.js
@@ -15,8 +15,8 @@ module.exports = grammar({
15
conflicts: ($) => [
16
[$.argument_keyword, $.subcommand_keyword],
17
[$.item_slot, $._constant],
18
- [$._word, $.selector_identifier],
19
- [$._data_path_node, $.selector_identifier],
+ [$.selector_identifier, $._word],
+ [$.selector_identifier, $._data_path_node],
20
],
21
22
// Handle whitespace manually.
0 commit comments