Fix parsing Perl format statements ("other" type doesn't seem to work).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4417 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
8f9336abef
commit
a83c65b0bc
@ -5,6 +5,8 @@
|
||||
* src/symbols.c:
|
||||
Fix invalid tree iter access when using tv_iters.tag_other but not
|
||||
using tv_iters.tag_variable.
|
||||
* HACKING, tagmanager/perl.c:
|
||||
Fix parsing Perl format statements ("other" type doesn't seem to work).
|
||||
|
||||
|
||||
2009-11-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
1
HACKING
1
HACKING
@ -373,6 +373,7 @@ http://sf.net/projects/ctags - see the tracker.
|
||||
|
||||
In foo.c:
|
||||
Edit FooKinds 3rd column to match a s_tag_type_names string in tm_tag.c.
|
||||
Warning: "other" type doesn't seem to work.
|
||||
|
||||
In filetypes.c, init_builtin_filetypes():
|
||||
Set filetypes[GEANY_FILETYPES_FOO].lang = foo's parser number.
|
||||
|
@ -41,7 +41,7 @@ typedef enum {
|
||||
|
||||
static kindOption PerlKinds [] = {
|
||||
{ TRUE, 'e', "enum", "constants" },
|
||||
{ TRUE, 'o', "other", "formats" },
|
||||
{ TRUE, 'e', "enumerator", "formats" },
|
||||
{ TRUE, 'm', "macro", "labels" },
|
||||
{ TRUE, 'p', "package", "packages" },
|
||||
{ TRUE, 'f', "function", "subroutines" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user