diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index e32e1aadb6..9ddb1e91b7 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -273,6 +273,9 @@ The following changes to existing APIs or features add new behavior. • Extmarks can opt-out of precise undo tracking using the new "undo_restore" flag to |nvim_buf_set_extmark()| +• Extmarks can be automatically hidden or removed using the new "invalidate" + flag to |nvim_buf_set_extmark()| + • LSP hover and signature help now use Treesitter for highlighting of Markdown content. Note that syntax highlighting of code examples requires a matching parser |