forked from mirrors/nixpkgs
make ctags find ruby modules
svn path=/nixpkgs/trunk/; revision=20087
This commit is contained in:
parent
8acdb419c6
commit
82b66086dd
|
@ -73,5 +73,6 @@ with pkgs.stdenv.lib;
|
|||
rubyLang = [
|
||||
"--langmap=RUBY:.rb"
|
||||
"--regex-RUBY=/class ([^ ]*)/\\1/c/"
|
||||
"--regex-RUBY=/^[ ]*module[ ]*([^ ]*)/\\1/m/"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue