aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-11-14 17:38:46 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-11-14 21:51:28 +0100
commit9e2248ab586c5e5854da68b5310755ea3557e6c9 (patch)
tree64040670cac57a9c93f85f493ed4caefb07f28e5 /runtime/lua/vim/_editor.lua
parent1a4db51d064e1ef6925e3545f80a13da4b92d4ef (diff)
downloadrneovim-9e2248ab586c5e5854da68b5310755ea3557e6c9.tar.gz
rneovim-9e2248ab586c5e5854da68b5310755ea3557e6c9.tar.bz2
rneovim-9e2248ab586c5e5854da68b5310755ea3557e6c9.zip
vim-patch:9.0.2104: wast filetype should be replaced by wat filetype
Problem: wast filetype should be replaced by wat filetype Solution: start using the official wat filetype name runtime: rename `wast` filetype to `wat` (Wasm text format) The problem is the name of the current filetype wast. When the plugin was initially created, the file extension for Wasm text format was not fixed and .wast was more popular. However, recently .wat became the official file extension for WebAssembly text (WAT) format and .wast is now a file extension for the unofficial WAST format, which is a superset of .wat for the convenience to describe the Wasm specification conformance tests. https://webassembly.js.org/docs/contrib-wat-vs-wast.html However for now, let's keep using the `wat` filetype even for the .wast extension, so that we at least do not lose the filetype settings and syntax highlighting. This can be adjusted later, if it turns out to have a separate need for. closes: vim/vim#13533 https://github.com/vim/vim/commit/bc8f79d36a456054ed29f46585830af6d71f57c8 Co-authored-by: rhysd <lin90162@yahoo.co.jp>
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions