Character-snippets

Docs.rs link Commitizen friendly

A small program that generates a Visual Studio Code snippets file from a TOML input file.

This is particularly useful for a file with snippets for Unicode characters.

The format of the input file should be as follows:

toml [Snippets] xbrackets = "〚$1〛" xcheckbox = "☐ " xchecked = "☑ " xcheckmark = "✓" xch = "✓"

Visual Studio Code will interpret variables such as $1 as placeholders.

Output will be sent to standard output.

TODO document better

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.