unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59518: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt
@ 2022-11-23 15:55 lu4nx
  0 siblings, 0 replies; only message in thread
From: lu4nx @ 2022-11-23 15:55 UTC (permalink / raw)
  To: 59518; +Cc: lu4nx

---
 lib-src/etags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-src/etags.c b/lib-src/etags.c
index f665f35fa6..02088d1bc7 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -781,7 +781,7 @@ #define STDIN 0x1001		/* returned by getopt_long on --parse-stdin */
 
 /* 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\
-- 
2.38.1






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-23 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 15:55 bug#59518: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt lu4nx

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).