new filetype Ruby

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@310 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-05-09 16:04:10 +00:00
parent 50105c4339
commit 67e704ea6f
3 changed files with 5 additions and 1 deletions

View File

@ -28,12 +28,14 @@ libtagmanager_a_SOURCES =\
args.h\
c.c\
conf.c\
css.c\
docbook.c\
make.c\
asm.c\
tex.c\
pascal.c\
perl.c\
ruby.c\
sql.c\
php.c\
python.c\

View File

@ -28,6 +28,8 @@
ConfParser, \
SqlParser, \
DocBookParser, \
CssParser, \
RubyParser, \
ShParser
#endif /* _PARSERS_H */

View File

@ -29,7 +29,7 @@ typedef enum {
static kindOption PerlKinds [] = {
{ TRUE, 'f', "function", "functions" },
{ TRUE, 'p', "package", "packages" }
{ TRUE, 'c', "class", "packages" }
};
/*