[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [5431] Handle '.rnc' files
From: |
Greg Chicares |
Subject: |
[lmi-commits] [5431] Handle '.rnc' files |
Date: |
Fri, 16 Mar 2012 07:53:51 +0000 |
Revision: 5431
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5431
Author: chicares
Date: 2012-03-16 07:53:49 +0000 (Fri, 16 Mar 2012)
Log Message:
-----------
Handle '.rnc' files
Modified Paths:
--------------
lmi/trunk/test_coding_rules.cpp
Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp 2012-03-12 13:59:21 UTC (rev 5430)
+++ lmi/trunk/test_coding_rules.cpp 2012-03-16 07:53:49 UTC (rev 5431)
@@ -96,11 +96,12 @@
,e_make = 1 << 10
,e_md5 = 1 << 11
,e_patch = 1 << 12
- ,e_script = 1 << 13
- ,e_synopsis = 1 << 14
- ,e_touchstone = 1 << 15
- ,e_xml_input = 1 << 16
- ,e_xml_other = 1 << 17
+ ,e_relax_ng = 1 << 13
+ ,e_script = 1 << 14
+ ,e_synopsis = 1 << 15
+ ,e_touchstone = 1 << 16
+ ,e_xml_input = 1 << 17
+ ,e_xml_other = 1 << 18
};
enum enum_kingdom
@@ -201,6 +202,7 @@
: ".make" == extension() ? e_make
: ".md5sums" == extension() ? e_md5
: ".patch" == extension() ? e_patch
+ : ".rnc" == extension() ? e_relax_ng
: ".ac" == extension() ? e_script
: ".bat" == extension() ? e_script
: ".m4" == extension() ? e_script
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [5431] Handle '.rnc' files,
Greg Chicares <=