A V lexer plugin for Notepad++
- Download and unpack the NppVLexer zip-archive from https://github.com/Ekopalypse/NppVLexer/releases to the folder "Notepad++\plugins".
- Start Notepad++
- Open a V source file
This plugin is written in the programming language V and must therefore be available to build this plugin. Furthermore, a current version of the gcc compiler, >= version 10 recommended, must be installed.
cd into cloned repository and run
v.exe -cc gcc -d static_boehm -gc boehm -enable-globals -shared -d no_backtrace -prod -cflags -static-libgcc -o VLang.dll .
- 0.6
- first x86 version
- 0.5
- updated to V 0.4.9 2aa5651
- use Npps builtin smart indent mode for external lexers
- reorganize code
- 0.4
- updated to V 0.3.3 9a9cfe4
- string interpolation coloring added
- 0.3
- make nested comment blocks possible
- 0.2
- updated to version V 0.2.4 cb60392
- 0.1
- stable version
Distributed under the MIT license. See LICENSE
for more information.