diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-03-12 07:20:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 07:20:04 +0800 |
commit | 59e3bcfb00f18ce5ee6643f0c6d303afb6c7c046 (patch) | |
tree | a56f2f767746fd8d9df5d5575f3d959fff540716 /runtime/lua/vim/lsp/client.lua | |
parent | e20e5ecf0afe91c67dc4646df8c9bc286d202bf4 (diff) | |
download | rneovim-59e3bcfb00f18ce5ee6643f0c6d303afb6c7c046.tar.gz rneovim-59e3bcfb00f18ce5ee6643f0c6d303afb6c7c046.tar.bz2 rneovim-59e3bcfb00f18ce5ee6643f0c6d303afb6c7c046.zip |
vim-patch:5cd86c6cff94 (#27822)
runtime(vim): Update base-syntax, improve number matching (vim/vim#14175)
- Limit blob literals to an even number of hexadecimal digits and
correctly located dots.
- Match octal numbers.
The current version unsuccessfully attempts to match a leading '-' as
part of the float literal. It's actually parsed as part of the literal
for all numbers but the syntax file hasn't matched it like that for a
long time and highlights negative numbers as UNARY-MINUS NUMBER. This
will be fixed when better expression matching is implemented.
https://github.com/vim/vim/commit/5cd86c6cff94256ed2db872c46b57da259a648ac
Co-authored-by: dkearns <dougkearns@gmail.com>
Diffstat (limited to 'runtime/lua/vim/lsp/client.lua')
0 files changed, 0 insertions, 0 deletions