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 = [
|
rubyLang = [
|
||||||
"--langmap=RUBY:.rb"
|
"--langmap=RUBY:.rb"
|
||||||
"--regex-RUBY=/class ([^ ]*)/\\1/c/"
|
"--regex-RUBY=/class ([^ ]*)/\\1/c/"
|
||||||
|
"--regex-RUBY=/^[ ]*module[ ]*([^ ]*)/\\1/m/"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user