Sublime Forum

How does Sublime Syntax Highlighter work in mdpopups?

#1

Hi,

How does Sublime Syntax Highlighter work in mdpopups? The feature is discussed here but I can’t get it to work even though the language I am using is defined in the syntax file. Here is a quick example.

content = "## Title\n\nThis is my tooltop\n\n```r\nlibrary('car')\nsource(file.path(PATH, 'programs', 'utils.R'))\n```"
mdpopups.show_popup(view, content, md=True)
0 Likes

#2

I would create an issue over on the repo with more details. Like your settings, what version of mdpopups is installed etc.

It is working for me:

1 Like