junegunn / junegunn/vim-journal
code block syntax highlighting changes when reloading buffer
Open
- Dominant language
- Vim Script
- Stars
- 261
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Hi there, great plugin. I'm trying to add some code blocks to my notes, e.g.
```
--sql
SELECT *
FROM mytable
--
```
It works fine when I first type it out or when I initially load the file. However, when I open another buffer the highlighting disappears and changes to one solid color. Any idea what's going on?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.