chord-progression-parser 0.7.0

a converter from chord progression strings to AST
Documentation
{
  // DOC: https://cspell.org/
  // Version of the setting file.  Always 0.2
  "version": "0.2",
  // language - current active spelling language
  "language": "en",
  // words - list of words to be always considered correct
  "words": [
    "bindgen",
    "CIMK",
    "CIMV",
    "clippy",
    "insta",
    "jsdoc",
    "lainnao",
    "msedge",
    "peekable",
    "rustfmt",
    "rustup",
    "SMIK",
    "SMIV",
    "typeshare"
  ],
  // flagWords - list of words to be always considered incorrect
  // This is useful for offensive words and common spelling errors.
  // For example "hte" should be "the"
  "flagWords": [],
  "dictionaries": [
    "rust"
  ]
}