Skip to content

Commit f431bfa

Browse files
committed
Revert "fix: modeline support"
This reverts commit 3089b79.
1 parent 3089b79 commit f431bfa

File tree

3 files changed

+912
-877
lines changed

3 files changed

+912
-877
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = grammar({
2626
seq(
2727
repeat($._blank), // Eat blank lines at top of file.
2828
repeat($.block),
29-
optional($.modeline),
29+
repeat($.modeline),
3030
),
3131

3232
_atom: ($) => choice(

src/grammar.json

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)