CotEditor/SyntaxMapBuilder
2022-10-19 20:05:35 +09:00
..
Sources/SyntaxMapBuilder Change platform of SyntaxMapBuilder to macOS 13 2022-10-19 20:05:35 +09:00
Tests/SyntaxMapBuilderTests Modernize unit tests for SyntaxMapBuilder 2022-10-18 21:37:41 +09:00
.gitignore Init package directory for SyntaxMapBuilder 2020-02-27 01:53:00 +09:00
Package.swift Change platform of SyntaxMapBuilder to macOS 13 2022-10-19 20:05:35 +09:00
README.md Fix a typo in README 2022-09-20 08:26:51 +09:00

Syntax Map Builder

The command-line helper application for CotEditor development to build SyntaxMap.json from the bundled syntax styles.

SyntaxMap.json gathers the file mapping information of all bundled syntax styles into a single JSON file in advance to prevent parsing each bundled YAML file on every application launch that may take time.

This program is aimed to be used only locally in the CotEditor.app's build phase.

Usage

Give the path to the directory for the bundled syntax files, then JSON string will be printed to the standard output.

$ SyntaxMapBuilder Syntaxes/ > SyntaxMap.json