mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00

Prior to this change, const and let were keywords for variable
declarations.
This change adds `using` as another keyword for variable declaration.
This JavaScript feature was recently introduced.
Docs:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/using
closes: vim/vim#18381
4b97fc901f
Co-authored-by: Devin Weaver <suki@tritarget.org>