Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22644/lib/LXR/Lang
Modified Files:
generic.conf
Log Message:
New: preliminary GIT support
Reorganised the generic.conf entries, and add support for some more ectags stuff
Fix to glimpse support
Index: generic.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/generic.conf,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- generic.conf 19 Oct 2004 19:19:21 -0000 1.18
+++ generic.conf 8 Apr 2006 13:37:58 -0000 1.19
@@ -44,6 +44,7 @@
'e' => 'enumerator',
'f' => 'function definition',
'g' => 'enumeration name',
+ 'i' => 'interface',
'm' => 'class, struct, or union member',
'n' => 'namespace',
'p' => 'function prototype or declaration',
@@ -52,7 +53,6 @@
'u' => 'union name',
'v' => 'variable definition',
'x' => 'extern or forward variable declaration',
- 'i' => 'interface'
},
'langid' => '1',
},
@@ -91,6 +91,7 @@
'e' => 'enumerator',
'f' => 'function definition',
'g' => 'enumeration name',
+ 'i' => 'interface',
'm' => 'class, struct, or union member',
'n' => 'namespace',
'p' => 'function prototype or declaration',
@@ -99,7 +100,6 @@
'u' => 'union name',
'v' => 'variable definition',
'x' => 'extern or forward variable declaration',
- 'i' => 'interface'
},
'langid' => '2',
@@ -562,8 +562,9 @@
'string' => ("'", "'")
],
'typemap' => {
- 's' => 'subroutine',
+ 'l' => 'label',
'p' => 'package',
+ 's' => 'subroutine',
},
'langid' => '7',
@@ -587,6 +588,7 @@
'typemap' => {
'c' => 'class',
'f' => 'function',
+ 'm' => 'class member',
},
'langid' => '8',
},
@@ -990,17 +992,17 @@
'string', "'", "'", 'atom', '\\\\.', '',
],
'typemap' => {
- 'f' => 'field',
'c' => 'constraint',
- 't' => 'table',
- 'T' => 'trigger',
- 'F' => 'function',
- 'P' => 'procedure',
'C' => 'cursor',
- 'p' => 'package',
+ 'f' => 'field',
+ 'F' => 'function',
'i' => 'index',
+ 'p' => 'package',
+ 'P' => 'procedure',
's' => 'sequence',
'S' => 'synonym',
+ 't' => 'table',
+ 'T' => 'trigger',
'v' => 'view',
},
'langid' => '11',
@@ -1049,14 +1051,14 @@
'atom', '\\\\.', '',
],
'typemap' => {
- 's' => 'subroutine',
- 'f' => 'function',
'c' => 'const',
- 'n' => 'name',
- 'l' => 'label',
'e' => 'enum',
- 'v' => 'variable',
+ 'f' => 'function',
+ 'l' => 'label',
+ 'n' => 'name',
+ 's' => 'subroutine',
't' => 'type',
+ 'v' => 'variable',
},
'langid' => '12',
},
|