Skip to content

Commit

Permalink
fix: error due to missing semicolon in big letters (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax authored Dec 16, 2023
1 parent 41c4677 commit f32f4f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/window-picker/hints/data/ansi-shadow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ local M = {
████╔╝██║
╚██████╔╝
╚═════╝ ]],
[';'] = [[
██╗
╚═╝
▄█╗
▀═╝ ]],
}

return M

0 comments on commit f32f4f7

Please sign in to comment.