@@ -74,10 +74,10 @@ Update list of features to vote on:
7474- Change "add IDE features" to "improve terminal debugger"
7575- Change "diff/merge capability for CVS" to "CVS and git"
7676- Remove "pre-compile them" from "improve the performance of Vim scripts"
77- - multiple cursors
78- - built-in LSP support
79- - virtual text, using text properties
80- - start first line halfway, scroll per screen line
77+ - Add: multiple cursors, edit text in more than one place at a time
78+ - Add: fast syntax highlighting with parser instead of regex patterns
79+ - Add: virtual text, text properties can insert text in the line
80+ - Add: start first line halfway, scroll per wrapped screen line
8181
8282Popup windows:
8383- Preview popup not properly updated when it overlaps with completion menu.
@@ -3758,7 +3758,9 @@ Printing:
37583758Syntax highlighting:
37593759 Long term goal: faster, better, etc. Options:
37603760 - use treesitter, NeoVim uses it - Many people don't like it.
3761- - use TextMate, vscode uses it. #9087 - possibly a long term solution
3761+ - use TextMate, vscode uses it. #9087 - Other people don't like it.
3762+ Vscode is asked to switch to treesitter:
3763+ https://github.com/microsoft/vscode/issues/50140
376237648 Make ":syn off" use 'runtimepath' instead of $VIMRUNTIME. (Gary Johnson)
37633765 Should do the same for ":syn on" and ":syn manual".
376437668 Support "containedin" argument for ":syn include", so that the defined
0 commit comments