lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6b1fb01c 3/5: Allow '.md' markdown files


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6b1fb01c 3/5: Allow '.md' markdown files
Date: Wed, 3 May 2023 07:17:58 -0400 (EDT)

branch: master
commit 6b1fb01c5d0b15605ec4022daa208103bdc7258f
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Allow '.md' markdown files
---
 test_coding_rules.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index ae69083c..49107615 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -195,6 +195,7 @@ file::file(std::string const& file_path)
         : ".rc"         == extension() ? e_script
         : ".sed"        == extension() ? e_script
         : ".sh"         == extension() ? e_script
+        : ".md"         == extension() ? e_text_plain
         : ".touchstone" == extension() ? e_touchstone
         : ".cns"        == extension() ? e_xml_input
         : ".ill"        == extension() ? e_xml_input



reply via email to

[Prev in Thread] Current Thread [Next in Thread]