You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim-markdown supports fenced code highlight with in markdown.
the problem is that vim-scala syntax works well for filetype=scala but partially broken inside filetype=markdown.
It's reproducible for code like object ID { or def Foo() {.
I assumed it's something related to brackets since adding // } would revoke highlights below this line.
I think it might related to the dynamics of vim-scala/syntax here:
Huxpro
changed the title
[highlight] Not work well with tpope/vim-markdown fenced code
[Highlight] partially broken within tpope/vim-markdown fenced code
Jul 10, 2019
vim-markdown supports fenced code highlight with in markdown.
the problem is that vim-scala syntax works well for
filetype=scala
but partially broken insidefiletype=markdown
.It's reproducible for code like
object ID {
ordef Foo() {
.I assumed it's something related to brackets since adding
// }
would revoke highlights below this line.I think it might related to the dynamics of
vim-scala/syntax
here:I am not sure what's the problem so I fired issues on both side:
vim-markdown: tpope/vim-markdown#142
vim-scala: #157
The text was updated successfully, but these errors were encountered: