facelessuser / sublime-markdown-popups

Markdown popup dependency for Sublime
https://facelessuser.github.io/sublime-markdown-popups/
Other
112 stars 13 forks source link

I'm trying to add a custom lang_map without success #68

Closed hovsater closed 5 years ago

hovsater commented 5 years ago

I don't get any highlighting for Reason files. I checked the default language mappings and noticed it's not present.

I don't think Pygments support it, so adding it to the defaults perhaps make no sense. However, I did try to add a custom language map by adding the following to my preferences:

"mdpopups.sublime_user_lang_map": {
  "reason": [["reason"], ["Reason/Reason"]]
}

However, this does not seem to help. This is what I'm seeing. Oh, and this is using the LSP plugin that uses this library as a dependency.

hover

Am I missing something?

hovsater commented 5 years ago

It turns out the problem was not at all related to this library, see https://github.com/tomv564/LSP/issues/677 for details.

Closing.