diff options
| author | Eli Zaretskii | 2015-12-11 12:07:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-11 12:07:26 +0200 |
| commit | 3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52 (patch) | |
| tree | be175b403909d3207a4e2b97accd905796bda62c /etc/NEWS | |
| parent | 9d2b8e768f2015a89f7609dedf7b28ea5e8123b5 (diff) | |
| download | emacs-3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52.tar.gz emacs-3e08f784d1cb8ebd0bd4ff53c1948a65c4924d52.zip | |
Improve Lua support in etags
* lib-src/etags.c (Lua_functions): Skip spaces before looking for
"function".
* etc/NEWS: Mention improved Lua support by 'etags'.
* test/etags/lua-src/test.lua (test): Add tests for indented
function definitions.
* 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 modified Lua tests.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1466,6 +1466,11 @@ qualified names by hand. | |||
| 1466 | Names of modules, classes, methods, and functions are tagged. | 1466 | Names of modules, classes, methods, and functions are tagged. |
| 1467 | Overloaded operators are also tagged. | 1467 | Overloaded operators are also tagged. |
| 1468 | 1468 | ||
| 1469 | *** Improved support for Lua | ||
| 1470 | |||
| 1471 | Etags now tags functions even if the "function" keyword follows some | ||
| 1472 | whitespace at line beginning. | ||
| 1473 | |||
| 1469 | 1474 | ||
| 1470 | * Changes in Emacs 25.1 on Non-Free Operating Systems | 1475 | * Changes in Emacs 25.1 on Non-Free Operating Systems |
| 1471 | 1476 | ||