editor-plugins
editor-plugins copied to clipboard
Kakoune: Adds and fixes ident highlighters, adds static_words and updates the keywords and builtins
- Adds an "asterisk" highlighter which will highlight an asterisk in
[*]and[<*>] - Splits the ident highlighter in const and type highlighters to not highlight some edge cases
- Gets rid of all the uses of
\win regex pattern (it includes UTF-8 charactersc3cwill not accept as valid idents, therefore they should not be highlighted) - Removes the prefixes from the
%shsection variables and adds them in the highlighters declarations directly - Updates the variables from the
%shsection and adds builtins fromstd::core::envso they get properly highlighted
Do we have anyone who could review this one?