Skip to content

Commit e7c50bc

Browse files
committed
revert: restore prec(-1, ...) for $._space
1 parent c8c43d5 commit e7c50bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ module.exports = grammar({
969969
),
970970

971971
comment: (_) => /#[^\n]*/,
972-
_space: (_) => prec(1, repeat1(/[ \t]/)),
972+
_space: (_) => prec(-1, repeat1(/[ \t]/)),
973973
},
974974
});
975975

src/grammar.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)