Syntax styling in hover popup
Closed this issue · 1 comments
genericptr commented
Here are my notes from hover.pas.
// https://facelessuser.github.io/sublime-markdown-popups/
// todo: doesn't support pascal syntax!
// note: other user says it works for him, pascal syntax is in app bundle
// import mdpopups;mdpopups.show_popup(view, '```pascal\nvar x = 1\n```')
//Hint := ReadFile('/Users/ryanjoseph/Developer/Projects/FPC/pascal-language-server/README.md');
//Hint:='```json'+#10+'"initializationOptions": [1,2,3]'+#10+'```';
//Hint:='```pascal'+#10+'type TDebug = record'+#10+'```';
genericptr commented