Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 18:08
d1d55c3

This release adds support for 14 new tools.

Support for custom file extensions associations were also added.

This can be defined in your mdsf config using the custom_file_extensions object.

{
  "custom_file_extensions": {
    // Codeblocks with language set to `shell` will now use `.bash` instead of the default (`.sh`)
    "shell": ".bash",
    // any arbitrary value can be used, as long as it is a valid file extension.
    "mycustomlanguage": ".helloworld"
  }
}

What's Changed

Full Changelog: v0.1.1...v0.1.2