summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/generator/README.md
blob: b5de367fa55e9645aa74c279c6f856b79f14b65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generator of MNV script Syntax File

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

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

- Maintainer: Hirohito Higashi
- License: MNV License

## How to generate

    $ make

This will generate `../mnv.mnv`

## Files

Name                 |Description
---------------------|------------------------------------------------------
`Makefile`           |Makefile to generate ../mnv.mnv
`README.md`          |This file
`gen_syntax_mnv.mnv` |Script to generate mnv.mnv
`update_date.mnv`    |Script to update "Last Change:"
`mnv.mnv.base`       |Template for mnv.mnv