Skip to content

Commit

Permalink
Revert "fix: modeline support"
Browse files Browse the repository at this point in the history
This reverts commit 3089b79.
  • Loading branch information
clason committed Mar 14, 2024
1 parent 3089b79 commit f431bfa
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 877 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = grammar({
seq(
repeat($._blank), // Eat blank lines at top of file.
repeat($.block),
optional($.modeline),
repeat($.modeline),
),

_atom: ($) => choice(
Expand Down
15 changes: 5 additions & 10 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f431bfa

Please sign in to comment.