This plugin provides syntax highlighting support for the Japanese programming language nadesiko3.
日本語プログラミング言語「なでしこ3」用vimのプラグインです。
- Syntax highlighting for
.nako3files
nadesiko3-vim works with any vim plugin manager, although using Nix is recommended.
Nix (Home Manager)
{ pkgs, ... }:
{
programs.neovim = {
plugins = with pkgs.vimPlugins; [
nadesiko3-vim
];
};
}Edit ./syntax/nadesiko3.vim to change the syntax highlighting rules. For non-trivial changes, add test code to example.nako3 and use :source syntax/nadesiko3.vim to check that the syntax highlighting works as expected.