V is a simple language for building maintainable programs.
An example of the syntax highlighting in the DarkLime theme:
An example of the syntax highlighting in the Mac Classic theme:
If you have only a web browser:
- Download the zip archive with this repository.
- Unpack the downloaded archive.
- Rename the unpacked directory to
v.tmbundle
. - Double click on
v.tmbundle
to install in TextMate.
If you have a development environment with git
, make
and plutil
:
git clone https://github.com/prantlf/v.tmbundle.git
cd v.tmbundle
make test install
The latter option will convert the source files to binary format for better performance and omit unnecessary files.
- Syntax Highlighting
- Folding
- Commenting / Uncommenting
In lieu of a formal styleguide, take care to maintain the existing coding
style. Run make test
to validate your changes.
Copyright (c) 2023 Ferdinand Prantl
Licensed under the MIT license.