Skip to content

Commit 4632245

Browse files
committed
refactor: Trigger CI
1 parent d298559 commit 4632245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grammar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = grammar({
1515
conflicts: ($) => [
1616
[$.argument_keyword, $.subcommand_keyword],
1717
[$.item_slot, $._constant],
18-
[$._word, $.selector_identifier],
19-
[$._data_path_node, $.selector_identifier],
18+
[$.selector_identifier, $._word],
19+
[$.selector_identifier, $._data_path_node],
2020
],
2121

2222
// Handle whitespace manually.

0 commit comments

Comments
 (0)