Skip to content

Commit

Permalink
fix: whitespaces issue of overlay use (#169)
Browse files Browse the repository at this point in the history
Before:
<img width="536" alt="image"
src="https://github.com/user-attachments/assets/09b8a434-d46c-4a6e-b1b9-3eaf4dc4c033"
/>
<img width="540" alt="image"
src="https://github.com/user-attachments/assets/b3430d31-40cc-4a85-ad85-131916d8c467"
/>

After the fix:
<img width="540" alt="image"
src="https://github.com/user-attachments/assets/47bdd814-cede-455b-9a59-1bddd26afd24"
/>
<img width="540" alt="image"
src="https://github.com/user-attachments/assets/968fe8e4-f70f-4659-98a9-936f5f06b8c3"
/>

Still, I don't have enough understanding of why it works, any help or
explanation is welcome.
  • Loading branch information
blindFS authored Dec 12, 2024
1 parent ac87832 commit cbbc617
Show file tree
Hide file tree
Showing 3 changed files with 222,834 additions and 222,497 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = grammar({

inline: ($) => [
$._do_expression,
$._flag,
$._flag_value,
$._item_expression,
$._match_expression,
Expand Down
1 change: 0 additions & 1 deletion src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -20343,7 +20343,6 @@
],
"inline": [
"_do_expression",
"_flag",
"_flag_value",
"_item_expression",
"_match_expression",
Expand Down
Loading

0 comments on commit cbbc617

Please sign in to comment.