Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nadesiko3-vim

This plugin provides syntax highlighting support for the Japanese programming language nadesiko3.

日本語プログラミング言語「なでしこ3」用vimのプラグインです。

Features

  • Syntax highlighting for .nako3 files

Usage

nadesiko3-vim works with any vim plugin manager, although using Nix is recommended.

{ pkgs, ... }:

{
  programs.neovim = {
    plugins = with pkgs.vimPlugins; [
      nadesiko3-vim
    ];
  };
}

Contributing

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.

About

Vim plugin for the Japanese programming language なでしこ3

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages