diff options
author | lu4nx <lx@shellcodes.org> | 2016-01-30 14:56:43 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-01-30 14:56:43 +0200 |
commit | 40a85fba441aa69d47ef9efd645df3411e43ae21 (patch) | |
tree | 036fafebce750bb4083bbef7edf3ac0910c903c3 /doc/man | |
parent | 25b79d7bc71079cd6ebb2700623e7e3b76b03287 (diff) |
Support Go language in 'etags'
* lib-src/etags.c <Ruby_help>: Fix documentation of Ruby tags.
<Go_help>: New help.
<Go_suffixes>: New variable.
(Go_functions): New function.
<lang_names>: Add entry for Go. (Bug#22370)
* doc/emacs/maintaining.texi (Tag Syntax): Document Go support.
* doc/man/etags.1: Mention Go support.
* etc/NEWS: Mention Go support.
* test/etags/go-src/test.go:
* test/etags/go-src/test1.go: New test files.
* test/etags/Makefile (GOSRC): New variable.
(SRCS): Add $(GOSRC).
* 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 addition of Go tests.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/etags.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index d34063f23c..fc247f758a 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -50,7 +50,7 @@ format understood by .BR vi ( 1 )\c \&. Both forms of the program understand the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, -Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, +Forth, Go, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, Ruby, PHP, PostScript, Python, Prolog, Scheme and most assembler\-like syntaxes. Both forms read the files specified on the command line, and write a tag |