Skip to content

build2-community/build2-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build2 Vim Syntax

Vim syntax highlighting for build2 build system files.

buil2d Vim Syntax


Installation

Manual

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/

Contributing

Bug reports and patches are welcome.

License

CC0. See LICENSE for details.

About

Vim syntax highlighting for build2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors