diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-03-02 09:48:57 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-02 10:06:26 +0100 |
commit | 72e0ef2f4616c0b41c333a1e4e8490020755930a (patch) | |
tree | b72b1f531807bb9eb4ac329da4718bfde67fffa7 /runtime/lua/vim/_editor.lua | |
parent | 72e3d8c3f94941e0a91ae45467a62c593e96980d (diff) | |
download | rneovim-72e0ef2f4616c0b41c333a1e4e8490020755930a.tar.gz rneovim-72e0ef2f4616c0b41c333a1e4e8490020755930a.tar.bz2 rneovim-72e0ef2f4616c0b41c333a1e4e8490020755930a.zip |
vim-patch:100a665634a0
runtime(java): Improve the recognition of literals (vim/vim#14120)
* Emend the Unicode and octal escape sequence patterns;
* Accept the (repeated) underscore separators in all
numerical literals;
* Recognise hexadecimal floating-point literals.
(The space escape sequence '\s' will be introduced along
with text blocks in another PR.)
References:
https://docs.oracle.com/javase/specs/jls/se17/html/jls-3.html#jls-3.3
https://docs.oracle.com/javase/specs/jls/se17/html/jls-3.html#jls-3.10.1
https://docs.oracle.com/javase/specs/jls/se17/html/jls-3.html#jls-3.10.2
https://docs.oracle.com/javase/specs/jls/se17/html/jls-3.html#jls-3.10.7
https://github.com/vim/vim/commit/100a665634a0a2edbc755daf453c4915800684dd
Co-authored-by: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com>
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions