bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59517: [PATCH] * lib-src/ctags.c: Add the Racket language file exten


From: lu4nx
Subject: bug#59517: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt
Date: Wed, 23 Nov 2022 23:49:45 +0800

---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]