You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Injects highlighting for sh/bash, Duckscript, and Rust if scripts have
appropriate shebang lines.
NOTE: Rust highlighting requires the comment //@rust instead of a normal
shebang as Rust doesn't understand comments that start with #.
Highlights variable expansions
Highlights built-in functions
Installation
vim-cargo-make builds on cespare/vim-toml
for syntax highlighting and won't work without it installed either directly or
available indirectly through a project like
vim-polyglot.
I also recommend installing vim-duckscript
for Duckscript highlighting.
callplug#begin()
Plug 'nastevens/vim-cargo-make'" TOML highlighting based on cespare/vim-toml needs to be available
Plug 'cespare/vim-toml'" -- OR --
Plug 'sheerun/vim-polyglot'" Recommended install to get duckscript highlighting
Plug 'nastevens/vim-duckscript'callplug#end()
Plugin'nastevens/vim-cargo-make'" TOML highlighting based on cespare/vim-toml needs to be availablePlugin'cespare/vim-toml'" -- OR --Plugin'sheerun/vim-polyglot'" Recommended install to get duckscript highlighting
Plug 'nastevens/vim-duckscript'
Contributions are always welcome! Please open a PR or Issue. Unless you
explicitly state otherwise, any contribution intentionally submitted for
inclusion in this work by you shall be licensed under the MIT license as
stated above, without any additional terms or conditions.