Skip to content

Commit

Permalink
ctags: fix kinds description for Ruby contants
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Feb 28, 2017
1 parent 84d7e81 commit f3d2983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ctags
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
--regex-js=/['"]?([A-Za-z$][A-Za-z0-9_$]+)['"]?:[ \t]*function[ \t]*\(/\1/m,method/
--regex-js=/([A-Za-z0-9_$]+)\[["']([A-Za-z0-9_$]+)["']\][ \t]*=[ \t]*function[ \t]*\(/\2/m,method/

--regex-ruby=/([A-Z_]+[A-Z0-9_]+)[ \t]*=/\1/k,constant/
--regex-ruby=/([A-Z_]+[A-Z0-9_]+)[ \t]*=/\1/k,constants/

0 comments on commit f3d2983

Please sign in to comment.