Closed hovsater closed 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.
Am I missing something?
It turns out the problem was not at all related to this library, see https://github.com/tomv564/LSP/issues/677 for details.
Closing.
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:
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.
Am I missing something?