diff options
author | Pierre-Antoine Rouby <contact@parouby.fr> | 2021-05-17 17:14:12 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-05-17 17:24:04 +0200 |
commit | ec870f8986aa28b6c09c78095bbd84912471be4d (patch) | |
tree | 1c7d49f337389e0ce1ff8c456ddd7c4df210c94c /doc/man | |
parent | eb7582620704a33f23d2c9952790b998e4396995 (diff) | |
download | emacs-ec870f8986aa28b6c09c78095bbd84912471be4d.tar.gz emacs-ec870f8986aa28b6c09c78095bbd84912471be4d.tar.bz2 emacs-ec870f8986aa28b6c09c78095bbd84912471be4d.zip |
Add support for Rust in etags
* lib-src/etags.c (Rust_functions): New function to make tags for rust
files.
(Rust_help, Rust_suffixes): New constant.
* doc/emacs/maintaining.texi (Tag Syntax): Add Rust item.
* doc/man/etags.1: Add Rust (bug#46055).
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 c5c15fb1826..354f6ca88b4 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -51,7 +51,7 @@ format understood by \&. Both forms of the program understand the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, Forth, Go, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, -Ruby, PHP, PostScript, Python, Prolog, Scheme and +Ruby, Rust, PHP, PostScript, Python, Prolog, Scheme and most assembler\-like syntaxes. Both forms read the files specified on the command line, and write a tag table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for |