diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-08-09 22:33:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 22:33:41 +0200 |
commit | ceb501c1c664953392fff4c14bb106efa2bf049e (patch) | |
tree | 0a89ae1ff9d7c5142abb90e42fe9c60e72d27b2f /runtime/lua/vim/iter.lua | |
parent | bad71a4ca7075bc7f89be6849cfbbd9657ec0baa (diff) | |
download | rneovim-ceb501c1c664953392fff4c14bb106efa2bf049e.tar.gz rneovim-ceb501c1c664953392fff4c14bb106efa2bf049e.tar.bz2 rneovim-ceb501c1c664953392fff4c14bb106efa2bf049e.zip |
vim-patch:a13eb2b14791 (#24622)
Add WebGPU Shading Language (WGSL) filetype (vim/vim#12723)
The current W3C Working Draft for the WebGPU Shading Language (WGSL) specifies
'text/wgsl' media type for WGSL modules with the '.wgsl' file extension:
https://www.w3.org/TR/WGSL/#text-wgsl-media-type
It has also been registered at the Internet Assigned Numbers Authority (IANA):
https://www.iana.org/assignments/media-types/text/wgsl
Neovim's nvim-lspconfig already associates wgsl language servers
with 'filetype wgsl':
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#wgsl_analyzer
However currenly setting 'filetype wgsl' for *.wgsl files by defalut in Neovim
is blocked by adding this filetype to the vim project first:
https://github.com/neovim/neovim/pull/23331
This commit adds this missing wgsl filetype.
https://github.com/vim/vim/commit/a13eb2b147915e7e92a6de6c19ce448c7def4057
Co-authored-by: Gergő Sályi <87373293+gergo-salyi@users.noreply.github.com>
Diffstat (limited to 'runtime/lua/vim/iter.lua')
0 files changed, 0 insertions, 0 deletions