From 30d7f3395484e1c03dbbe34590775fffdca2c485 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 3 Aug 2006 02:44:22 +0000
Subject: [PATCH] in doc/syntax/c.nanorc, remove redundancy from the file
 extension regexes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3837 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog           | 1 +
 doc/syntax/c.nanorc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f0267cbd..42072a7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -210,6 +210,7 @@ CVS code -
 - doc/syntax/c.nanorc:
 	- Since .i and .ii are preprocessed C and C++ output, colorize
 	  them here. (Mike Frysinger)
+	- Remove redundancy from the file extension regexes. (DLR)
 - doc/syntax/ruby.nanorc:
 	- Add missing blank line after the first comment, for
 	  consistency. (DLR)
diff --git a/doc/syntax/c.nanorc b/doc/syntax/c.nanorc
index e90c623a..d0b8b1ee 100644
--- a/doc/syntax/c.nanorc
+++ b/doc/syntax/c.nanorc
@@ -1,6 +1,6 @@
 ## Here is an example for C/C++.
 ##
-syntax "c" "\.(c|C|cc|cpp|cxx|h|H|hh|hpp|hxx|i|ii)$"
+syntax "c" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$"
 color brightred "\<[A-Z_][0-9A-Z_]+\>" 
 color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
 color green "\<(u_?)?int(8|16|32|64|ptr)_t\>"
-- 
GitLab