Skip to content

Commit

Permalink
Merge pull request #275 from MuntasirSZN/main
Browse files Browse the repository at this point in the history
fix(typos): Possibly all typos in plugin
  • Loading branch information
OXY2DEV authored Jan 31, 2025
2 parents f933b45 + d9804d8 commit 02b5206
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ These groups are then used as links by other groups responsible for various prev
| MarkviewCheckboxChecked | link: `MarkviewPalette4Fg` |
| MarkviewCheckboxPending | link: `MarkviewPalette2Fg` |
| MarkviewCheckboxProgress | link: `MarkviewPalette6Fg` |
| MarkviewCheckboxUncheked | link: `MarkviewPalette1Fg` |
| MarkviewCheckboxUnchecked | link: `MarkviewPalette1Fg` |
| MarkviewCheckboxStriked | link\*: `MarkviewPalette0Fg` |
| ————————————————————————— | —————————————————————————————————————————— |
| MarkviewCode | bg\*\*: `normal` ± 5%(L) |
Expand Down
3 changes: 2 additions & 1 deletion doc/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ ones, see the `LNK[custom highlight groups](placeholder)` section.
│ MarkviewCheckboxChecked │ link: `MarkviewPalette4Fg`
│ MarkviewCheckboxPending │ link: `MarkviewPalette2Fg`
│ MarkviewCheckboxProgress │ link: `MarkviewPalette6Fg`
MarkviewCheckboxUncheked │ link: `MarkviewPalette1Fg`
MarkviewCheckboxUnchecked │ link: `MarkviewPalette1Fg`
│ MarkviewCheckboxStriked │ link\*: `MarkviewPalette0Fg`
├———————————————————————————┼————————————————————————————————————————————┤
│ MarkviewCode │ bg\*\*: `normal` ± 5%(L) │
Expand Down Expand Up @@ -465,3 +465,4 @@ ones, see the `LNK[custom highlight groups](placeholder)` section.

--------------------------------------------------------------------------
vim:ft=help:tw=78:

4 changes: 2 additions & 2 deletions doc/typst_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ Configuration for URLs.
---@field [string] config.inline_generic Configuration for URL links whose label matches `string`.
url_links = {
enable = true,
__emoji_link_compatibility = true,
__emoji_link_compatability = true,

default = {
icon = " ",
Expand All @@ -1061,7 +1061,7 @@ Configuration for URLs.
---@field [string] config.inline_generic Configuration for URL links whose label matches `string`.
url_links = {
enable = true,
__emoji_link_compatibility = true,
__emoji_link_compatability = true,

default = {
icon = " ",
Expand Down
1 change: 1 addition & 0 deletions lua/markview/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,3 +769,4 @@ fts.get = function (ft)
end

return fts;

1 change: 1 addition & 0 deletions lua/markview/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3484,3 +3484,4 @@ spec.get = function (keys, opts)
end

return spec;

2 changes: 1 addition & 1 deletion markview.nvim.wiki
2 changes: 1 addition & 1 deletion plugin/markview.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Functionality provider for `markview.nvim`.
--- Functionalities that are implementated,
--- Functionalities that are implemented,
---
--- + Buffer registration.
--- + Command.
Expand Down
3 changes: 2 additions & 1 deletion test/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ author: "OXY2DEV"
printf("Hello world!")
```
```html A very long info string that wil not fit here! And to be absolutely sure I will add a few more words.
```html A very long info string that will not fit here! And to be absolutely sure I will add a few more words.
<p>Hello world!</p>
```

Expand Down Expand Up @@ -171,3 +171,4 @@ Setext 2
| [Shortcut] | [Link](reddit.com) | ![Image](test.svg) | [[Internal]] |



0 comments on commit 02b5206

Please sign in to comment.