comfysage / evergarden

:rose: a comfy neovim colorscheme for cozy morning coding.
MIT License
122 stars 4 forks source link

[bug report] markdown link highlight error #6

Closed shellRaining closed 3 months ago

shellRaining commented 3 months ago
image
其中 `L` 表示字符,他还有一些子类别,比如 `Ll` 表示小写字符,具体可以看 [https://zh.javascript.info/regexp-unicode#unicode-shu-xing-p](https://zh.javascript.info/regexp-unicode#unicode-shu-xing-p)

bug report image and code above, the expected behavior is the link has consistent highlighting.

inspectTree output below

image
comfysage commented 3 months ago

i can't seem to replicate this issue even with the provided code. maybe try updating your treesitter parsers.

shellRaining commented 3 months ago

Sorry I forgot to mention, do not place the cursor in this line, you may need to create a blank line and then place the cursor on the blank line.

comfysage commented 3 months ago

Sorry I forgot to mention, do not place the cursor in this line, you may need to create a blank line and then place the cursor on the blank line.

unfortunately im still not able to replicate the bug you are describing. you might be able to get more help at the neovim github or the treesitter github

shellRaining commented 3 months ago

https://github.com/comfysage/evergarden/assets/111564053/16fcb8d6-3fd8-4b6c-a516-ca0617322ebd

It seems to be caused by me enabling spellcheck.

comfysage commented 3 months ago

https://github.com/comfysage/evergarden/assets/111564053/16fcb8d6-3fd8-4b6c-a516-ca0617322ebd

It seems to be caused by me enabling spellcheck.

so this made me realize it's not actually a bug. the highlighting "issue" is just neovim highlighting spelling mistakes.