Add filetype support for WebAssembly text format by rhysd · Pull Request #3264 · vim/vim
Problem Vim does not support WebAssembly text format Solution This PR adds support for the WebAsembly text format to Vim. WebAssembly is a new executable format for browsers. Since WebAssembly spec...