aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/lsp_markdown.vim
Commit message (Collapse)AuthorAge
* feat(lsp): hide backticks in LSP docstrings #19377Justin M. Keyes2022-07-15
| | | | | | Also clear `markdownError`: don't want to highlight invalid markdown syntax in LSP docstrings. fix #16114
* fix(lsp): syntax improvements for lsp_markdownFolke Lemaitre2021-06-25
|
* fix(lsp): replace --- by a line in stylize_markdownFolke Lemaitre2021-06-15
|
* feat(lsp): hide triple - in hover window.elianiva2021-06-15
|
* refactor(lsp): consolidate the different floating window methods into ↵Folke Lemaitre2021-05-29
| | | | open_floating_preview
* lsp: update lsp_markdown syntax to not clash with built-in markdown syntaxMichael Lingelbach2021-03-15
|
* lsp: add custom syntax rules for lsp floating windowMichael Lingelbach2021-03-09