tree: ebe193d3a5889dd1ea7f6878ef0675642cb06368 [path history] [tgz]
  1. gen_syntax_vim.vim
  2. Makefile
  3. README.md
  4. update_date.vim
  5. vim.vim.base
runtime/syntax/generator/README.md

Generator of Vim script Syntax File

This directory contains a Vim script generator, that will parse the Vim source file and generate a vim.vim syntax file.

Files in this directory where copied from https://github.com/vim-jp/syntax-vim-ex/ and included here on Feb, 13th, 2024 for the Vim Project.

  • Maintainer: Hirohito Higashi
  • License: Vim License

How to generate

$ make

This will generate ../vim.vim

Files

NameDescription
MakefileMakefile to generate ../vim.vim
README.mdThis file
gen_syntax_vim.vimScript to generate vim.vim
update_date.vimScript to update "Last Change:"
vim.vim.baseTemplate for vim.vim