Vim syntax highlighting for build2 build system files.
Copy the syntax file to your Vim syntax directory:
# Note that if Neovim is the target environment, the destination path must be
# adjusted to reflect the standard Neovim configuration hierarchy (e.g.,
# ~/.config/nvim/syntax/ ~/.config/nvim/ftdetect/).
cp syntax/buildfile.vim ~/.vim/syntax/
cp syntax/manifest.vim ~/.vim/syntax/
cp syntax/packages-manifest.vim ~/.vim/syntax/
cp syntax/repositories-manifest.vim ~/.vim/syntax/
# For the ftdetect case, if Neovim is the target environment, the Vimscript
# (.vim) configuration should be substituted with its Lua (.lua) equivalent
# (e.g., ftdetect/build2.lua)
#
cp ftdetect/build2.vim ~/.vim/ftdetect/Bug reports and patches are welcome.
CC0. See LICENSE for details.
