3
0
Fork 0
forked from mirrors/nixpkgs

make ctags find ruby modules

svn path=/nixpkgs/trunk/; revision=20087
This commit is contained in:
Marc Weber 2010-02-18 01:49:48 +00:00
parent 8acdb419c6
commit 82b66086dd

View file

@ -73,5 +73,6 @@ with pkgs.stdenv.lib;
rubyLang = [
"--langmap=RUBY:.rb"
"--regex-RUBY=/class ([^ ]*)/\\1/c/"
"--regex-RUBY=/^[ ]*module[ ]*([^ ]*)/\\1/m/"
];
}