diff options
| author | Eli Zaretskii | 2016-01-30 14:16:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-30 14:16:36 +0200 |
| commit | 25b79d7bc71079cd6ebb2700623e7e3b76b03287 (patch) | |
| tree | 1654109110b07b8ebf8fd9b9196e73f2d4553972 /etc | |
| parent | ccc3b3cd68312e1d69d9f9af943ee2b9a9d88198 (diff) | |
| download | emacs-25b79d7bc71079cd6ebb2700623e7e3b76b03287.tar.gz emacs-25b79d7bc71079cd6ebb2700623e7e3b76b03287.zip | |
Improve Ruby support in 'etags'
* lib-src/etags.c (Ruby_functions): Tag constants. Don't tag
singleton classes. Remove class qualifiers from tags generated
for method and constant names. (Bug#22241)
* doc/emacs/maintaining.texi (Tag Syntax): Mention that constants
are tagged by etags in Ruby.
* etc/NEWS: Mention that constants are tagged by etags in Ruby.
* test/etags/ruby-src/test1.ruby: Add more tests.
* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to the changes in etags and in Ruby
tests.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1830,8 +1830,8 @@ qualified names by hand. | |||
| 1830 | +++ | 1830 | +++ |
| 1831 | *** New language Ruby | 1831 | *** New language Ruby |
| 1832 | 1832 | ||
| 1833 | Names of modules, classes, methods, and functions are tagged. | 1833 | Names of modules, classes, methods, functions, and constants are |
| 1834 | Overloaded operators are also tagged. | 1834 | tagged. Overloaded operators are also tagged. |
| 1835 | 1835 | ||
| 1836 | +++ | 1836 | +++ |
| 1837 | *** Improved support for Lua | 1837 | *** Improved support for Lua |