From 3dd2d08190d8bea2ca499b5604151203077dd906 Mon Sep 17 00:00:00 2001 From: Ronald Wampler Date: Wed, 22 Mar 2017 01:14:54 -0400 Subject: [PATCH] Add `.mdown` as an extension for Markdown (#3525) * Add `.mdown` as an extension for Markdown * Add `.mdown` sample --- lib/linguist/languages.yml | 1 + samples/Markdown/README.mdown | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 samples/Markdown/README.mdown diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e4588c08..3e020d65 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2465,6 +2465,7 @@ Markdown: extensions: - ".md" - ".markdown" + - ".mdown" - ".mkd" - ".mkdn" - ".mkdown" diff --git a/samples/Markdown/README.mdown b/samples/Markdown/README.mdown new file mode 100644 index 00000000..32d8f85a --- /dev/null +++ b/samples/Markdown/README.mdown @@ -0,0 +1,20 @@ +# Installation + +You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. + +# General + +* [Bundle Styleguide](http://kb.textmate.org/bundle_styleguide) — _before you make changes_ +* [Commit Styleguide](http://kb.textmate.org/commit_styleguide) — _before you send a pull request_ +* [Writing Bug Reports](http://kb.textmate.org/writing_bug_reports) — _before you report an issue_ + +# License + +If not otherwise specified (see below), files in this repository fall under the following license: + + Permission to copy, use, modify, sell and distribute this + software is granted. This software is provided "as is" without + express or implied warranty, and with no claim as to its + suitability for any purpose. + +An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”. \ No newline at end of file