summaryrefslogtreecommitdiff
path: root/magic/Magdir/c-lang
diff options
context:
space:
mode:
Diffstat (limited to 'magic/Magdir/c-lang')
-rw-r--r--magic/Magdir/c-lang22
1 files changed, 11 insertions, 11 deletions
diff --git a/magic/Magdir/c-lang b/magic/Magdir/c-lang
index 41dfb62..39889ec 100644
--- a/magic/Magdir/c-lang
+++ b/magic/Magdir/c-lang
@@ -1,5 +1,5 @@
#------------------------------------------------------------------------------
-# $File: c-lang,v 1.17 2012/04/28 21:20:26 christos Exp $
+# $File: c-lang,v 1.19 2014/06/03 19:17:27 christos Exp $
# c-lang: file(1) magic for C and related languages programs
#
@@ -12,30 +12,30 @@
# C
0 regex \^#include C source text
!:mime text/x-c
-0 regex \^char C source text
+0 regex \^char[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^double C source text
+0 regex \^double[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^extern C source text
+0 regex \^extern[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^float C source text
+0 regex \^float[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^struct C source text
+0 regex \^struct[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^union C source text
+0 regex \^union[\ \t\n]+ C source text
!:mime text/x-c
0 search/8192 main( C source text
!:mime text/x-c
# C++
# The strength of these rules is increased so they beat the C rules above
-0 regex \^template C++ source text
+0 regex \^template[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
-0 regex \^virtual C++ source text
+0 regex \^virtual[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
-0 regex \^class C++ source text
+0 regex \^class[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
0 regex \^public: C++ source text
@@ -50,7 +50,7 @@
>7 string x version %.2s
# We skip the path here, because it is often long (so file will
# truncate it) and mostly redundant.
-# The inverted index functionality was added some time betwen
+# The inverted index functionality was added some time between
# versions 11 and 15, so look for -q if version is above 14:
>7 string >14
>>10 search/100 \ -q\ with inverted index