From: lu4nx Date: Wed, 23 Nov 2022 15:54:54 +0000 (+0800) Subject: Support Racket programs in 'etags' X-Git-Tag: emacs-29.0.90~1570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=325515f9792321c3ccc183a9e70fe121a5337fc3;p=emacs.git Support Racket programs in 'etags' * lib-src/ctags.c (Scheme_suffixes): Add the Racket language extension ".rkt". Copyright-paperwork-exempt: yes --- diff --git a/lib-src/etags.c b/lib-src/etags.c index ed8a2184649..3107c7b380e 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -774,7 +774,7 @@ static const char Rust_help [] = /* Can't do the `SCM' or `scm' prefix with a version number. */ static const char *Scheme_suffixes [] = - { "oak", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL }; + { "oak", "rkt", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL }; static const char Scheme_help [] = "In Scheme code, tags include anything defined with 'def' or with a\n\ construct whose name starts with 'def'. They also include\n\